artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b756ba5
)
Update clock code to work until 2001-12-31. -moj
author
maja
<maja@openbsd.org>
Sun, 12 Mar 2000 19:08:19 +0000
(19:08 +0000)
committer
maja
<maja@openbsd.org>
Sun, 12 Mar 2000 19:08:19 +0000
(19:08 +0000)
sys/arch/pmax/pmax/clock.c
patch
|
blob
|
history
diff --git
a/sys/arch/pmax/pmax/clock.c
b/sys/arch/pmax/pmax/clock.c
index
0031c8f
..
80712ba
100644
(file)
--- 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 2
6 /* good til dec 31, 1999
*/
+#define YR_OFFSET 2
8 /* good til dec 31, 2001
*/
#define DAY_OFFSET /*1*/ 0
#else
#define YR_OFFSET 22