Module Name: src
Committed By: martin
Date: Mon Aug 8 16:51:35 UTC 2022
Modified Files:
src/sys/sys [netbsd-9]: param.h
Log Message:
Welcome to 9.3_STABLE
To generate a diff of this commit:
cvs rdiff -u -r1.599.2.12 -r1.599.2.13 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.599.2.12 src/sys/sys/param.h:1.599.2.13
--- src/sys/sys/param.h:1.599.2.12 Thu Aug 4 15:30:36 2022
+++ src/sys/sys/param.h Mon Aug 8 16:51:35 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.599.2.12 2022/08/04 15:30:36 martin Exp $ */
+/* $NetBSD: param.h,v 1.599.2.13 2022/08/08 16:51:35 martin Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 903000000 /* NetBSD 9.3 */
+#define __NetBSD_Version__ 903000000 /* NetBSD 9.3_STABLE */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)