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 3.99.3.



details:   https://anonhg.NetBSD.org/src/rev/5a1876f658be
branches:  trunk
changeset: 579930:5a1876f658be
user:      yamt <yamt%NetBSD.org@localhost>
date:      Fri Apr 01 12:01:32 2005 +0000

description:
bump to 3.99.3.
uvm_km_* API changes. (yamt-km merge)

diffstat:

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

diffs (18 lines):

diff -r f0c51bea3280 -r 5a1876f658be sys/sys/param.h
--- a/sys/sys/param.h   Fri Apr 01 11:59:21 2005 +0000
+++ b/sys/sys/param.h   Fri Apr 01 12:01:32 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.214 2005/03/27 23:12:55 agc Exp $  */
+/*     $NetBSD: param.h,v 1.215 2005/04/01 12:01:32 yamt Exp $ */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      399000200       /* NetBSD 3.99.2 */
+#define        __NetBSD_Version__      399000300       /* NetBSD 3.99.3 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) >= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index