summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Graichen <graichen@cvs.openbsd.org>1998-01-19 10:45:40 +0000
committerThomas Graichen <graichen@cvs.openbsd.org>1998-01-19 10:45:40 +0000
commit1607d6cc337e8f3317c70b32a9bab8d1e941abce (patch)
tree785cf4c10ba577c6b9ff954e893ec9fd064c368f
parent6cb33b51377099eebe956804f7b5a56400274da4 (diff)
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 ...
-rw-r--r--sys/arch/pmax/pmax/clock.c2
1 files changed, 1 insertions, 1 deletions
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