Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys sys/param.h: Welcome to NetBSD 10.99.6!
details: https://anonhg.NetBSD.org/src/rev/712122404dd0
branches: trunk
changeset: 377559:712122404dd0
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Jul 17 12:57:05 2023 +0000
description:
sys/param.h: Welcome to NetBSD 10.99.6!
Courtesy of:
- one uvmfault rndsource, not one per CPU
- removal of non-atomic time_second and time_uptime symbols
- struct syncobj::sobj_name
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 83c06431c578 -r 712122404dd0 sys/sys/param.h
--- a/sys/sys/param.h Mon Jul 17 12:55:37 2023 +0000
+++ b/sys/sys/param.h Mon Jul 17 12:57:05 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.728 2023/07/07 14:05:37 riastradh Exp $ */
+/* $NetBSD: param.h,v 1.729 2023/07/17 12:57:05 riastradh Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 1099000500 /* NetBSD 10.99.5 */
+#define __NetBSD_Version__ 1099000600 /* NetBSD 10.99.6 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index