summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMats O Jansson <maja@cvs.openbsd.org>2000-03-12 19:08:20 +0000
committerMats O Jansson <maja@cvs.openbsd.org>2000-03-12 19:08:20 +0000
commit8e2095feb952d33a1f63f865486277eacc30a664 (patch)
treef0636dd4ced6391238747c55b32d4453a75ddd9b /sys/arch
parent41a7691c99b19bc573a72051abecbec7884101c6 (diff)
Update clock code to work until 2001-12-31. -moj
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/pmax/pmax/clock.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/pmax/pmax/clock.c b/sys/arch/pmax/pmax/clock.c
index 0031c8fa729..80712baf8d4 100644
--- a/sys/arch/pmax/pmax/clock.c
+++ b/sys/arch/pmax/pmax/clock.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: clock.c,v 1.8 2000/03/12 19:08:19 maja Exp $ */
/* $NetBSD: clock.c,v 1.15 1996/10/13 03:39:45 christos Exp $ */
/*
@@ -326,7 +327,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 26 /* good til dec 31, 1999 */
+#define YR_OFFSET 28 /* good til dec 31, 2001 */
#define DAY_OFFSET /*1*/ 0
#else
#define YR_OFFSET 22