diff options
Diffstat (limited to 'sys/dev/syscons')
| -rw-r--r-- | sys/dev/syscons/teken/teken_demo.c | 2 | ||||
| -rw-r--r-- | sys/dev/syscons/teken/teken_stress.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/syscons/teken/teken_demo.c b/sys/dev/syscons/teken/teken_demo.c index bacfd68b1e0c..02463a7f1b14 100644 --- a/sys/dev/syscons/teken/teken_demo.c +++ b/sys/dev/syscons/teken/teken_demo.c @@ -232,7 +232,7 @@ test_copy(void *s __unused, const teken_rect_t *r, const teken_pos_t *p) } static void -test_param(void *s __unused, int cmd, int value) +test_param(void *s __unused, int cmd, unsigned int value) { switch (cmd) { diff --git a/sys/dev/syscons/teken/teken_stress.c b/sys/dev/syscons/teken/teken_stress.c index 1b716473be29..40d09bf903b0 100644 --- a/sys/dev/syscons/teken/teken_stress.c +++ b/sys/dev/syscons/teken/teken_stress.c @@ -83,7 +83,7 @@ stress_copy(void *s __unused, const teken_rect_t *r __unused, } static void -stress_param(void *s __unused, int cmd __unused, int value __unused) +stress_param(void *s __unused, int cmd __unused, unsigned int value __unused) { } |
