From f17cd477d0df924f3e9600e3eb4eddb4ae793e70 Mon Sep 17 00:00:00 2001 From: marcel Date: Sat, 4 Dec 1999 11:42:29 +0000 Subject: [PATCH] Bump the version number now that the Linuxulator has pluggable ioctl handlers. --- sys/sys/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/param.h b/sys/sys/param.h index 00b6b874b71a..6834ac040cbf 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -46,7 +46,7 @@ #define BSD4_3 1 #define BSD4_4 1 #undef __FreeBSD_version -#define __FreeBSD_version 400012 /* Master, propagated to newvers */ +#define __FreeBSD_version 400013 /* Master, propagated to newvers */ #ifndef NULL #define NULL 0