Bump __FreeBSD_version for ALTQ. Also put some notes in UPDATING regarding
the ABI break.
This commit is contained in:
parent
7e9a9e6ebc
commit
96280d67b7
6
UPDATING
6
UPDATING
@ -17,6 +17,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW:
|
|||||||
developers choose to disable these features on build machines
|
developers choose to disable these features on build machines
|
||||||
to maximize performance.
|
to maximize performance.
|
||||||
|
|
||||||
|
20040613:
|
||||||
|
ALTQ is now linked to the build. This breaks ABI for struct ifnet.
|
||||||
|
Make sure to recompile modules and any userland that makes use of
|
||||||
|
sizeof(struct ifnet). In order to get the altq headers in place run
|
||||||
|
make installincludes.
|
||||||
|
|
||||||
20040607:
|
20040607:
|
||||||
Splitting kern_thread.c into 2 files (adding kern_kse.c)
|
Splitting kern_thread.c into 2 files (adding kern_kse.c)
|
||||||
requires that you re-run config after updating your tree.
|
requires that you re-run config after updating your tree.
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
* scheme is: <major><two digit minor><0 if release branch, otherwise 1>xx
|
* scheme is: <major><two digit minor><0 if release branch, otherwise 1>xx
|
||||||
*/
|
*/
|
||||||
#undef __FreeBSD_version
|
#undef __FreeBSD_version
|
||||||
#define __FreeBSD_version 502113 /* Master, propagated to newvers */
|
#define __FreeBSD_version 502114 /* Master, propagated to newvers */
|
||||||
|
|
||||||
#ifndef LOCORE
|
#ifndef LOCORE
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user