aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/teken/teken.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/syscons/teken/teken.c')
-rw-r--r--sys/dev/syscons/teken/teken.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/syscons/teken/teken.c b/sys/dev/syscons/teken/teken.c
index 30845c49a63b..9cfa16c4a48a 100644
--- a/sys/dev/syscons/teken/teken.c
+++ b/sys/dev/syscons/teken/teken.c
@@ -167,7 +167,7 @@ teken_funcs_copy(teken_t *t, const teken_rect_t *r, const teken_pos_t *p)
}
static inline void
-teken_funcs_param(teken_t *t, int cmd, int value)
+teken_funcs_param(teken_t *t, int cmd, unsigned int value)
{
t->t_funcs->tf_param(t->t_softc, cmd, value);