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)
This commit is contained in:
archie 2000-07-14 15:44:58 +00:00
parent 7b1fd92a4d
commit b624767da9

View File

@ -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