diff options
-rw-r--r-- | sys/dev/bktr/bktr_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bktr/bktr_core.c b/sys/dev/bktr/bktr_core.c index 60aa9e3..192b37d 100644 --- a/sys/dev/bktr/bktr_core.c +++ b/sys/dev/bktr/bktr_core.c @@ -1936,7 +1936,7 @@ int tuner_ioctl( bktr_ptr_t bktr, int unit, ioctl_cmd_t cmd, caddr_t arg, struct thread* td ) { int tmp_int; - unsigned int temp, temp1; + int temp, temp1; int offset; int count; u_char *buf; |