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 8.99.25, courtesy of min/max ---> uimin/u...
details: https://anonhg.NetBSD.org/src/rev/c1b002ee587c
branches: trunk
changeset: 993287:c1b002ee587c
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Sep 03 16:55:17 2018 +0000
description:
Welcome to 8.99.25, courtesy of min/max ---> uimin/uimax.
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e4af9df792eb -r c1b002ee587c sys/sys/param.h
--- a/sys/sys/param.h Mon Sep 03 16:54:54 2018 +0000
+++ b/sys/sys/param.h Mon Sep 03 16:55:17 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.569 2018/08/10 21:48:19 pgoyette Exp $ */
+/* $NetBSD: param.h,v 1.570 2018/09/03 16:55:17 riastradh Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 899002400 /* NetBSD 8.99.24 */
+#define __NetBSD_Version__ 899002500 /* NetBSD 8.99.25 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index