summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-06-10 18:26:02 +0000
committerEd Schouten <ed@FreeBSD.org>2009-06-10 18:26:02 +0000
commite8857e9cd4c6756e0f17dee8e5bbea4a01e6607b (patch)
tree9236a7b29d8f58089ffa8372eebc851d86c7ee77
parent87fa155012fd5cc9ccfc7d0490871c58449d0c89 (diff)
Notes
-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 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)
{
}