Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcmips/hpcmips update MINYEAR.



details:   https://anonhg.NetBSD.org/src/rev/05014632e25a
branches:  trunk
changeset: 481947:05014632e25a
user:      sato <sato%NetBSD.org@localhost>
date:      Thu Feb 10 02:06:16 2000 +0000

description:
update MINYEAR.

diffstat:

 sys/arch/hpcmips/hpcmips/clock.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 47f6f21c93c9 -r 05014632e25a sys/arch/hpcmips/hpcmips/clock.c
--- a/sys/arch/hpcmips/hpcmips/clock.c  Wed Feb 09 23:25:15 2000 +0000
+++ b/sys/arch/hpcmips/hpcmips/clock.c  Thu Feb 10 02:06:16 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: clock.c,v 1.5 1999/12/22 15:35:33 uch Exp $ */
+/* $NetBSD: clock.c,v 1.6 2000/02/10 02:06:16 sato Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -45,7 +45,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.5 1999/12/22 15:35:33 uch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.6 2000/02/10 02:06:16 sato Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -68,7 +68,7 @@
 #include "opt_clock_compat_osf1.h"
 #endif /* alpha */
 
-#define MINYEAR 1999 /* "today" */
+#define MINYEAR 2000 /* "today" */
 #ifdef CLOCK_COMPAT_OSF1
 /*
  * According to OSF/1's /usr/sys/include/arch/alpha/clock.h,



Home | Main Index | Thread Index | Old Index