From 255b5eca7a5c5d2a3d7130d8cc76dd8f0122408b Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 10 Jun 2009 18:26:02 +0000 Subject: Make the demo/stress tools build again, after my changes to param(). --- sys/dev/syscons/teken/teken_demo.c | 2 +- sys/dev/syscons/teken/teken_stress.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/syscons') 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) { } -- cgit v1.1