Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys belatedly bump for execve1 signature change which af...
details: https://anonhg.NetBSD.org/src/rev/c6d4a3eb5456
branches: trunk
changeset: 454440:c6d4a3eb5456
user: christos <christos%NetBSD.org@localhost>
date: Tue Sep 17 15:20:05 2019 +0000
description:
belatedly bump for execve1 signature change which affects compat modules.
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1bc4238d675c -r c6d4a3eb5456 sys/sys/param.h
--- a/sys/sys/param.h Tue Sep 17 15:19:27 2019 +0000
+++ b/sys/sys/param.h Tue Sep 17 15:20:05 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.611 2019/09/05 22:29:59 kamil Exp $ */
+/* $NetBSD: param.h,v 1.612 2019/09/17 15:20:05 christos Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 999001100 /* NetBSD 9.99.11 */
+#define __NetBSD_Version__ 999001200 /* NetBSD 9.99.12 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index