fix up annoying signed/unsigned and mixed type errors

This commit is contained in:
Eric Andersen
2006-01-30 22:30:41 +00:00
parent 5e678873f9
commit 0cb6f35c33
9 changed files with 17 additions and 15 deletions

View File

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