sync busybox and udhcp trees

This commit is contained in:
Mike Frysinger
2006-03-23 03:05:05 +00:00
parent e1d41b3102
commit 13c8327b79
7 changed files with 21 additions and 14 deletions

View File

@ -50,7 +50,6 @@ int get_packet(struct dhcpMessage *packet, int fd)
"MSFT 98",
""
};
int bytes;
int i;
char unsigned *vendor;
@ -79,7 +78,6 @@ int get_packet(struct dhcpMessage *packet, int fd)
}
}
return bytes;
}