From b624767da9cd8226ccb2f73673513de0014ea8e4 Mon Sep 17 00:00:00 2001 From: archie Date: Fri, 14 Jul 2000 15:44:58 +0000 Subject: [PATCH] Bump __FreeBSD_version to mark the ether_ifattach()/ether_ifdetach() changes. This allows the VMWare port to be unbroken, using a patch based on it. Requested by: haro@tk.kubota.co.jp (Munehiro Matsuda) --- 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 0c59792fc1ce..f7a882daa145 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 500008 /* Master, propagated to newvers */ +#define __FreeBSD_version 500009 /* Master, propagated to newvers */ #ifndef NULL #define NULL 0