From 1607d6cc337e8f3317c70b32a9bab8d1e941abce Mon Sep 17 00:00:00 2001 From: Thomas Graichen Date: Mon, 19 Jan 1998 10:45:40 +0000 Subject: this hack should fix the date/time problem i (and i think others too :-) see since 1998 on their pmaxes - will check it this evening but it looks so trivial that it must work all this should be reworked to get rid of this stupid way of setting the time ... --- sys/arch/pmax/pmax/clock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/arch/pmax/pmax/clock.c b/sys/arch/pmax/pmax/clock.c index 146afa70d89..a6d15e9b4d8 100644 --- a/sys/arch/pmax/pmax/clock.c +++ b/sys/arch/pmax/pmax/clock.c @@ -326,7 +326,7 @@ setstatclockrate(newhz) * and if it's outside that range, sets it to 1972-01-01. */ #if 1 /* testing, until we write time-of-year code as aboce */ -#define YR_OFFSET 24 /* good til dec 31, 1997 */ +#define YR_OFFSET 26 /* good til dec 31, 1999 */ #define DAY_OFFSET /*1*/ 0 #else #define YR_OFFSET 22 -- cgit v1.2.3