]> git.pld-linux.org Git - packages/dhcp.git/blob - dhcp-dhcpd_lease_time.patch
907e49284bf34752a3b560c66fe9c31d412bb24b
[packages/dhcp.git] / dhcp-dhcpd_lease_time.patch
1 --- dhcp-3.0.4/includes/dhcpd.h.bz191470        2006-05-16 10:42:13.000000000 -0400
2 +++ dhcp-3.0.4/includes/dhcpd.h 2006-05-16 12:22:26.000000000 -0400
3 @@ -339,7 +339,7 @@
4         struct option_state *options;
5         struct data_string parameter_request_list;
6         int max_message_size;
7 -       TIME expiry, renewal, rebind;
8 +       u_int32_t expiry, renewal, rebind;
9         struct data_string filename, server_name;
10         int got_requested_address;
11         int got_server_identifier;
This page took 0.029445 seconds and 2 git commands to generate.