Build fixes for gcc 4.0 with -Werror, from Tito.

This commit is contained in:
Rob Landley 2006-09-11 01:34:21 +00:00
parent 69674941dd
commit 49ea46667f
6 changed files with 17 additions and 129 deletions

View file

@ -144,7 +144,7 @@ int udhcpc_main(int argc, char *argv[])
{
uint8_t *temp, *message;
unsigned long t1 = 0, t2 = 0, xid = 0;
unsigned long start = 0, lease;
unsigned long start = 0, lease = 0;
fd_set rfds;
int retval;
struct timeval tv;