summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/sparc/clockreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc/sparc/clockreg.h')
-rw-r--r--sys/arch/sparc/sparc/clockreg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc/sparc/clockreg.h b/sys/arch/sparc/sparc/clockreg.h
index 1df8b8bb3b9..db71c4304e7 100644
--- a/sys/arch/sparc/sparc/clockreg.h
+++ b/sys/arch/sparc/sparc/clockreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: clockreg.h,v 1.3 2003/06/02 23:27:55 millert Exp $ */
+/* $OpenBSD: clockreg.h,v 1.4 2006/06/23 19:54:30 kettenis Exp $ */
/* $NetBSD: clockreg.h,v 1.5 1994/11/20 20:54:07 deraadt Exp $ */
/*
@@ -81,7 +81,7 @@ struct clockreg {
struct clockreg *clockreg;
/*
- * Sun chose the year `68' as their base count, so that
- * cl_year==0 means 1968.
+ * Machine dependent base year:
+ * Note: must be < 1970
*/
-#define YEAR0 68
+#define CLOCK_BASE_YEAR 1968