Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Dump the kernel version for the latest change of str...
details: https://anonhg.NetBSD.org/src/rev/056fe1b13458
branches: trunk
changeset: 826662:056fe1b13458
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Thu Sep 21 07:22:03 2017 +0000
description:
Dump the kernel version for the latest change of struct route
Welcome to 8.99.3
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 754f3530f76d -r 056fe1b13458 sys/sys/param.h
--- a/sys/sys/param.h Thu Sep 21 07:15:34 2017 +0000
+++ b/sys/sys/param.h Thu Sep 21 07:22:03 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.545 2017/08/28 01:27:34 kamil Exp $ */
+/* $NetBSD: param.h,v 1.546 2017/09/21 07:22:03 ozaki-r Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 899000200 /* NetBSD 8.99.2 */
+#define __NetBSD_Version__ 899000300 /* NetBSD 8.99.3 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index