Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Welcome to 5.99.61: major UVM/kmem/vmem changes, tsl...
details: https://anonhg.NetBSD.org/src/rev/c87816466204
branches: trunk
changeset: 773125:c87816466204
user: rmind <rmind%NetBSD.org@localhost>
date: Sat Jan 28 12:27:30 2012 +0000
description:
Welcome to 5.99.61: major UVM/kmem/vmem changes, tsleep and wakeup_one removal.
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 99b6d81962b3 -r c87816466204 sys/sys/param.h
--- a/sys/sys/param.h Sat Jan 28 12:23:56 2012 +0000
+++ b/sys/sys/param.h Sat Jan 28 12:27:30 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.403 2012/01/25 19:47:18 tron Exp $ */
+/* $NetBSD: param.h,v 1.404 2012/01/28 12:27:30 rmind Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 599006000 /* NetBSD 5.99.60 */
+#define __NetBSD_Version__ 599006100 /* NetBSD 5.99.61 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index