Module Name: src
Committed By: christos
Date: Fri Dec 1 19:04:19 UTC 2017
Modified Files:
src/sys/sys: param.h
Log Message:
belated bump for fileops struct size change.
To generate a diff of this commit:
cvs rdiff -u -r1.552 -r1.553 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.552 src/sys/sys/param.h:1.553
--- src/sys/sys/param.h:1.552 Thu Nov 16 05:40:29 2017
+++ src/sys/sys/param.h Fri Dec 1 14:04:19 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.552 2017/11/16 10:40:29 ozaki-r Exp $ */
+/* $NetBSD: param.h,v 1.553 2017/12/01 19:04:19 christos Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 899000700 /* NetBSD 8.99.7 */
+#define __NetBSD_Version__ 899000800 /* NetBSD 8.99.8 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)