Bump __FreeBSD_version for ALTQ. Also put some notes in UPDATING regarding

the ABI break.
This commit is contained in:
Max Laier 2004-06-13 17:31:16 +00:00
parent 59a890e6a3
commit 6cb7a3820f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130418
2 changed files with 7 additions and 1 deletions

View File

@ -17,6 +17,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW:
developers choose to disable these features on build machines
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:
Splitting kern_thread.c into 2 files (adding kern_kse.c)
requires that you re-run config after updating your tree.

View File

@ -55,7 +55,7 @@
* scheme is: <major><two digit minor><0 if release branch, otherwise 1>xx
*/
#undef __FreeBSD_version
#define __FreeBSD_version 502113 /* Master, propagated to newvers */
#define __FreeBSD_version 502114 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>