Module Name: src
Committed By: riastradh
Date: Sat Jun 29 13:04:20 UTC 2024
Modified Files:
src/sys/sys: param.h
Log Message:
Welcome to NetBSD 10.99.11, courtesy of sdt:::set-error probe.
PR kern/58378
(and also if_stat..._ref API change, PR kern/58377)
To generate a diff of this commit:
cvs rdiff -u -r1.733 -r1.734 src/sys/sys/param.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/param.h
diff -u src/sys/sys/param.h:1.733 src/sys/sys/param.h:1.734
--- src/sys/sys/param.h:1.733 Wed Oct 4 20:29:59 2023
+++ src/sys/sys/param.h Sat Jun 29 13:04:20 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.733 2023/10/04 20:29:59 ad Exp $ */
+/* $NetBSD: param.h,v 1.734 2024/06/29 13:04:20 riastradh Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 1099001000 /* NetBSD 10.99.10 */
+#define __NetBSD_Version__ 1099001100 /* NetBSD 10.99.11 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)