Module Name: src
Committed By: martin
Date: Sat Jun 20 14:44:56 UTC 2015
Modified Files:
src/sys/sys: param.h
Log Message:
Welcome to 7.99.19!
Cumulative bump for recent mqueue, sigqueue and modctl changes to support
netbsd32 emulation.
To generate a diff of this commit:
cvs rdiff -u -r1.480 -r1.481 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.480 src/sys/sys/param.h:1.481
--- src/sys/sys/param.h:1.480 Thu May 21 22:24:24 2015
+++ src/sys/sys/param.h Sat Jun 20 14:44:56 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.480 2015/05/21 22:24:24 rtr Exp $ */
+/* $NetBSD: param.h,v 1.481 2015/06/20 14:44:56 martin Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 799001800 /* NetBSD 7.99.18 */
+#define __NetBSD_Version__ 799001900 /* NetBSD 7.99.19 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)