Use standard C99 types

This commit is contained in:
Eric Andersen
2004-01-30 23:45:53 +00:00
parent 1a834be1ce
commit ad95373efc
19 changed files with 117 additions and 117 deletions

View File

@ -179,7 +179,7 @@ int udhcpc_main(int argc, char *argv[])
int main(int argc, char *argv[])
#endif
{
unsigned char *temp, *message;
uint8_t *temp, *message;
unsigned long t1 = 0, t2 = 0, xid = 0;
unsigned long start = 0, lease;
fd_set rfds;