Make temp, temp1 the same type that they will later be used for.
PR: kern/176712 Submitted by: Hiren Panchasara <hiren.panchasara@gmail.com> Reviewed by: jmg (earlier version) Approved by: cperciva (mentor)
This commit is contained in:
parent
ea8f9acbe0
commit
5d0f1a63d8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user