Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Oops. Got a little too agressive with changing 06->07.



details:   https://anonhg.NetBSD.org/src/rev/4a9aeb8c0cb2
branches:  trunk
changeset: 474715:4a9aeb8c0cb2
user:      wrstuden <wrstuden%NetBSD.org@localhost>
date:      Fri Jul 16 20:49:34 1999 +0000

description:
Oops. Got a little too agressive with changing 06->07.

diffstat:

 sys/sys/param.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ff08337e6169 -r 4a9aeb8c0cb2 sys/sys/param.h
--- a/sys/sys/param.h   Fri Jul 16 20:26:57 1999 +0000
+++ b/sys/sys/param.h   Fri Jul 16 20:49:34 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.66 1999/07/15 22:00:40 wrstuden Exp $      */
+/*     $NetBSD: param.h,v 1.67 1999/07/16 20:49:34 wrstuden Exp $      */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -46,7 +46,7 @@
 /*
  * Historic BSD #defines -- probably will remain untouched for all time.
  */
-#define        BSD     199507          /* System version (year & month). */
+#define        BSD     199506          /* System version (year & month). */
 #define BSD4_3 1
 #define BSD4_4 1
 



Home | Main Index | Thread Index | Old Index