summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-06-10 18:26:02 +0000
committered <ed@FreeBSD.org>2009-06-10 18:26:02 +0000
commit255b5eca7a5c5d2a3d7130d8cc76dd8f0122408b (patch)
tree9236a7b29d8f58089ffa8372eebc851d86c7ee77 /sys/dev/syscons
parente6cbda90b2d0dd4e73f8503be4635f31da263927 (diff)
downloadFreeBSD-src-255b5eca7a5c5d2a3d7130d8cc76dd8f0122408b.zip
FreeBSD-src-255b5eca7a5c5d2a3d7130d8cc76dd8f0122408b.tar.gz
Make the demo/stress tools build again, after my changes to param().
Diffstat (limited to 'sys/dev/syscons')
-rw-r--r--sys/dev/syscons/teken/teken_demo.c2
-rw-r--r--sys/dev/syscons/teken/teken_stress.c2
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 bacfd68..02463a7 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 1b71647..40d09bf 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)
{
}
OpenPOWER on IntegriCloud