272e48a
diff -up dhcp-4.1-ESV/common/parse.c.64-bit_lease_parse dhcp-4.1-ESV/common/parse.c
272e48a
--- dhcp-4.1-ESV/common/parse.c.64-bit_lease_parse	2010-09-17 04:48:42.000000000 +0200
272e48a
+++ dhcp-4.1-ESV/common/parse.c	2010-12-14 12:41:50.000000000 +0100
272e48a
@@ -909,8 +909,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;
272e48a
 	static int months[11] = { 31, 59, 90, 120, 151, 181,