Source-Changes-HG archive

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

[src/trunk]: src/sys/sys bump to 2.0B. (uvm_map alignment change)



details:   https://anonhg.NetBSD.org/src/rev/5ef9b909847d
branches:  trunk
changeset: 565134:5ef9b909847d
user:      yamt <yamt%NetBSD.org@localhost>
date:      Tue Mar 30 13:00:13 2004 +0000

description:
bump to 2.0B.  (uvm_map alignment change)

diffstat:

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

diffs (18 lines):

diff -r 5458e52f2d4a -r 5ef9b909847d sys/sys/param.h
--- a/sys/sys/param.h   Tue Mar 30 12:59:09 2004 +0000
+++ b/sys/sys/param.h   Tue Mar 30 13:00:13 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.189 2004/03/29 03:14:26 jmc Exp $  */
+/*     $NetBSD: param.h,v 1.190 2004/03/30 13:00:13 yamt Exp $ */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  * needs to be updated and the changes sent back to the groff maintainers.
  */
 
-#define        __NetBSD_Version__      200010000       /* NetBSD 2.0A */
+#define        __NetBSD_Version__      200020000       /* NetBSD 2.0B */
 
 /*
  * Historical NetBSD #define



Home | Main Index | Thread Index | Old Index