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.99.12. uvm and pool changes.
details: https://anonhg.NetBSD.org/src/rev/b041333e04c3
branches: trunk
changeset: 572395:b041333e04c3
user: yamt <yamt%NetBSD.org@localhost>
date: Sat Jan 01 21:19:03 2005 +0000
description:
bump to 2.99.12. uvm and pool changes.
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5e16c35d8767 -r b041333e04c3 sys/sys/param.h
--- a/sys/sys/param.h Sat Jan 01 21:17:47 2005 +0000
+++ b/sys/sys/param.h Sat Jan 01 21:19:03 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.204 2004/12/04 18:34:09 peter Exp $ */
+/* $NetBSD: param.h,v 1.205 2005/01/01 21:19:03 yamt Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 299001100 /* NetBSD 2.99.11 */
+#define __NetBSD_Version__ 299001200 /* NetBSD 2.99.11 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) >= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index