aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/dhcpc.c')
-rw-r--r--networking/udhcp/dhcpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c
index a180cc514..2ba42d295 100644
--- a/networking/udhcp/dhcpc.c
+++ b/networking/udhcp/dhcpc.c
@@ -179,7 +179,7 @@ int udhcpc_main(int argc, char *argv[])
179int main(int argc, char *argv[]) 179int main(int argc, char *argv[])
180#endif 180#endif
181{ 181{
182 unsigned char *temp, *message; 182 uint8_t *temp, *message;
183 unsigned long t1 = 0, t2 = 0, xid = 0; 183 unsigned long t1 = 0, t2 = 0, xid = 0;
184 unsigned long start = 0, lease; 184 unsigned long start = 0, lease;
185 fd_set rfds; 185 fd_set rfds;