Bump __FreeBSD_version for if_bridge.

Approved by:	mlaier (mentor)
This commit is contained in:
Andrew Thompson 2005-06-05 03:38:03 +00:00
parent 7afc53b8df
commit dfa58a496f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146988
2 changed files with 5 additions and 1 deletions

View File

@ -21,6 +21,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
20050605:
if_bridge was added to the tree. This has changed struct ifnet.
Please recompile userland and all network related modules.
20050603:
The n_net of a struct netent was changed to an uint32_t, and
1st argument of getnetbyaddr() was changed to an uint32_t, to

View File

@ -57,7 +57,7 @@
* is created, otherwise 1.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 600029 /* Master, propagated to newvers */
#define __FreeBSD_version 600030 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>