Module Name: src
Committed By: dholland
Date: Mon Jun 29 05:47:35 UTC 2009
Modified Files:
src/sys/sys: param.h
Log Message:
Time for 5.99.15: newly compiled fs modules won't work with an older kernel.
To generate a diff of this commit:
cvs rdiff -u -r1.349 -r1.350 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.349 src/sys/sys/param.h:1.350
--- src/sys/sys/param.h:1.349 Fri Jun 19 15:25:16 2009
+++ src/sys/sys/param.h Mon Jun 29 05:47:35 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.349 2009/06/19 15:25:16 christos Exp $ */
+/* $NetBSD: param.h,v 1.350 2009/06/29 05:47:35 dholland Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 599001400 /* NetBSD 5.99.14 */
+#define __NetBSD_Version__ 599001500 /* NetBSD 5.99.15 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)