From e8857e9cd4c6756e0f17dee8e5bbea4a01e6607b Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Wed, 10 Jun 2009 18:26:02 +0000 Subject: [PATCH] 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(-) diff --git a/sys/dev/syscons/teken/teken_demo.c b/sys/dev/syscons/teken/teken_demo.c index bacfd68b1e0..02463a7f1b1 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 1b716473be2..40d09bf903b 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) { }