Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7-nhusb]: src/sys/sys Need a tiny bump for modules
details: https://anonhg.NetBSD.org/src/rev/6676d1f2f5fb
branches: netbsd-7-nhusb
changeset: 801021:6676d1f2f5fb
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Sep 07 07:01:56 2016 +0000
description:
Need a tiny bump for modules
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 420b783cf31b -r 6676d1f2f5fb sys/sys/param.h
--- a/sys/sys/param.h Tue Sep 06 20:33:05 2016 +0000
+++ b/sys/sys/param.h Wed Sep 07 07:01:56 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.459.2.7 2015/10/15 20:11:53 snj Exp $ */
+/* $NetBSD: param.h,v 1.459.2.7.2.1 2016/09/07 07:01:56 skrll Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 700000001 /* NetBSD 7.0_STABLE */
+#define __NetBSD_Version__ 701000001 /* NetBSD 7.0_STABLE */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index