diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2009-05-31 19:35:41 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2009-05-31 19:35:41 +0000 |
| commit | ec034df134b277b450fea2b0e700bf280b0ef2b7 (patch) | |
| tree | 530bd0dac9786416dad1937bdf5bf4d407e19fe2 /sys/dev/syscons/teken/teken.c | |
| parent | 912ee8a8a39470a1dd495d8771f02ed07c19361d (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons/teken/teken.c')
| -rw-r--r-- | sys/dev/syscons/teken/teken.c | 2 |
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); |
