mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-28 08:02:54 +00:00
Bump __FreeBSD_version for if_bridge.
Approved by: mlaier (mentor)
This commit is contained in:
parent
7afc53b8df
commit
dfa58a496f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146988
4
UPDATING
4
UPDATING
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user