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 9.99.4 (the module sysctl stuff changes s...
details: https://anonhg.NetBSD.org/src/rev/a352f00e12a6
branches: trunk
changeset: 458678:a352f00e12a6
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Wed Aug 07 00:39:23 2019 +0000
description:
Welcome to 9.99.4 (the module sysctl stuff changes struct module, so
be safe and bump the kernel version).
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d407543646ad -r a352f00e12a6 sys/sys/param.h
--- a/sys/sys/param.h Wed Aug 07 00:38:01 2019 +0000
+++ b/sys/sys/param.h Wed Aug 07 00:39:23 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.602 2019/08/06 00:19:57 mrg Exp $ */
+/* $NetBSD: param.h,v 1.603 2019/08/07 00:39:23 pgoyette Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 999000300 /* NetBSD 9.99.3 */
+#define __NetBSD_Version__ 999000400 /* NetBSD 9.99.4 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index