Use standard C99 types
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user