Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys NetBSD 9.99.38 - VM system changes
details: https://anonhg.NetBSD.org/src/rev/b8db4854a3a0
branches: trunk
changeset: 467159:b8db4854a3a0
user: ad <ad%NetBSD.org@localhost>
date: Wed Jan 15 18:45:57 2020 +0000
description:
NetBSD 9.99.38 - VM system changes
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3f9b50cae9d8 -r b8db4854a3a0 sys/sys/param.h
--- a/sys/sys/param.h Wed Jan 15 17:56:46 2020 +0000
+++ b/sys/sys/param.h Wed Jan 15 18:45:57 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.640 2020/01/12 21:37:15 ad Exp $ */
+/* $NetBSD: param.h,v 1.641 2020/01/15 18:45:57 ad Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 999003700 /* NetBSD 9.99.37 */
+#define __NetBSD_Version__ 999003800 /* NetBSD 9.99.38 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index