fix up annoying signed/unsigned and mixed type errors
This commit is contained in:
@ -314,7 +314,7 @@ fail:
|
||||
goto fail;
|
||||
} else {
|
||||
struct ifreq ifr;
|
||||
short seed[3];
|
||||
unsigned short seed[3];
|
||||
|
||||
// get the interface's ethernet address
|
||||
memset(&ifr, 0, sizeof (ifr));
|
||||
|
Reference in New Issue
Block a user