diff options
Diffstat (limited to 'networking/udhcp/dhcpd.c')
-rw-r--r-- | networking/udhcp/dhcpd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/networking/udhcp/dhcpd.c b/networking/udhcp/dhcpd.c index aabab38b0..8c944f243 100644 --- a/networking/udhcp/dhcpd.c +++ b/networking/udhcp/dhcpd.c | |||
@@ -62,9 +62,9 @@ int main(int argc, char *argv[]) | |||
62 | int server_socket = -1; | 62 | int server_socket = -1; |
63 | int bytes, retval; | 63 | int bytes, retval; |
64 | struct dhcpMessage packet; | 64 | struct dhcpMessage packet; |
65 | unsigned char *state; | 65 | uint8_t *state; |
66 | unsigned char *server_id, *requested; | 66 | uint8_t *server_id, *requested; |
67 | u_int32_t server_id_align, requested_align; | 67 | uint32_t server_id_align, requested_align; |
68 | unsigned long timeout_end; | 68 | unsigned long timeout_end; |
69 | struct option_set *option; | 69 | struct option_set *option; |
70 | struct dhcpOfferedAddr *lease; | 70 | struct dhcpOfferedAddr *lease; |