d3e04df
diff -up dhcp-4.1.1/common/parse.c.64-bit_lease_parse dhcp-4.1.1/common/parse.c
d3e04df
--- dhcp-4.1.1/common/parse.c.64-bit_lease_parse	2009-07-23 21:02:09.000000000 +0200
d3e04df
+++ dhcp-4.1.1/common/parse.c	2010-01-20 17:38:10.000000000 +0100
16a494f
@@ -905,8 +905,8 @@ TIME 
16a494f
 parse_date_core(cfile)
16a494f
 	struct parse *cfile;
16a494f
 {
16a494f
-	int guess;
16a494f
-	int tzoff, wday, year, mon, mday, hour, min, sec;
16a494f
+	TIME guess;
16a494f
+	long int tzoff, wday, year, mon, mday, hour, min, sec;
16a494f
 	const char *val;
16a494f
 	enum dhcp_token token;
16a494f
 	static int months [11] = { 31, 59, 90, 120, 151, 181,