summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authormlelstv <mlelstv@NetBSD.org>2015-12-21 12:35:15 +0000
committermlelstv <mlelstv@NetBSD.org>2015-12-21 12:35:15 +0000
commiteeafc48703c1f293cdeb48ea09d530571a09d7ac (patch)
tree5c14189312d20ac6a3989c225beadda33b9bbf65 /sys
parent140e916c5be7325d50d8ba35b68fde823cf53c0a (diff)
Support for separate I/O thread adds new functions to dk_subr module.
Bump to 7.99.25
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 38034e158b4..fb020818649 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.489 2015/12/08 20:36:15 christos Exp $ */
+/* $NetBSD: param.h,v 1.490 2015/12/21 12:35:15 mlelstv Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 799002400 /* NetBSD 7.99.24 */
+#define __NetBSD_Version__ 799002500 /* NetBSD 7.99.25 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)