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:
eadler 2013-04-23 13:02:51 +00:00
parent ea8f9acbe0
commit 5d0f1a63d8

View File

@ -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;