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 the kernel version for recent modular...
details: https://anonhg.NetBSD.org/src/rev/f1a0fedbd903
branches: trunk
changeset: 348678:f1a0fedbd903
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Wed Nov 02 03:06:19 2016 +0000
description:
Belatedly bump the kernel version for recent modularization changes for
ptrace(2).
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r dae45b25f05e -r f1a0fedbd903 sys/sys/param.h
--- a/sys/sys/param.h Wed Nov 02 00:40:27 2016 +0000
+++ b/sys/sys/param.h Wed Nov 02 03:06:19 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.508 2016/10/26 01:16:06 pgoyette Exp $ */
+/* $NetBSD: param.h,v 1.509 2016/11/02 03:06:19 pgoyette Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 799004100 /* NetBSD 7.99.41 */
+#define __NetBSD_Version__ 799004200 /* NetBSD 7.99.42 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index