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 10.99.4, courtesy of struct fileops addit...
details: https://anonhg.NetBSD.org/src/rev/7e909ed4d043
branches: trunk
changeset: 374422:7e909ed4d043
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sat Apr 22 14:05:36 2023 +0000
description:
Welcome to 10.99.4, courtesy of struct fileops additions!
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e2146c68f85e -r 7e909ed4d043 sys/sys/param.h
--- a/sys/sys/param.h Sat Apr 22 13:54:59 2023 +0000
+++ b/sys/sys/param.h Sat Apr 22 14:05:36 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.725 2023/04/12 06:49:17 riastradh Exp $ */
+/* $NetBSD: param.h,v 1.726 2023/04/22 14:05:36 riastradh Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 1099000300 /* NetBSD 10.99.3 */
+#define __NetBSD_Version__ 1099000400 /* NetBSD 10.99.4 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index