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.35 (changes for updated COMPAT_LINUX).
details: https://anonhg.NetBSD.org/src/rev/7b4f7e40ba05
branches: trunk
changeset: 756140:7b4f7e40ba05
user: chs <chs%NetBSD.org@localhost>
date: Wed Jul 07 01:37:35 2010 +0000
description:
welcome to 5.99.35 (changes for updated COMPAT_LINUX).
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cf2172f6e9e2 -r 7b4f7e40ba05 sys/sys/param.h
--- a/sys/sys/param.h Wed Jul 07 01:32:51 2010 +0000
+++ b/sys/sys/param.h Wed Jul 07 01:37:35 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.369 2010/07/01 13:00:57 hannken Exp $ */
+/* $NetBSD: param.h,v 1.370 2010/07/07 01:37:35 chs Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 599003400 /* NetBSD 5.99.34 */
+#define __NetBSD_Version__ 599003500 /* NetBSD 5.99.35 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index