Start 1.33.0 development cycle
[oweals/busybox.git] / networking / udhcp / dhcpc.h
index 42fe71a368083b39d3fd466040cf783c9135fbdd..b407a6cdbf7f01d3b82d3ac3d8b16f2d37a3781c 100644 (file)
@@ -22,8 +22,8 @@ struct client_data_t {
        uint8_t *hostname;              /* Optional hostname to use */
        uint8_t *fqdn;                  /* Optional fully qualified domain name to use */
 
-       uint16_t first_secs;
-       uint16_t last_secs;
+       unsigned first_secs;
+       unsigned last_secs;
 
        int sockfd;
        smallint listen_mode;