summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2004-06-13 17:31:16 +0000
committermlaier <mlaier@FreeBSD.org>2004-06-13 17:31:16 +0000
commit96280d67b704034ff7a67658da414f9998c29e37 (patch)
tree615b94c034451734e9854b850eb4684a7b2f1bac
parent7e9a9e6ebc036a4e156d11dc9845613b90b31bb8 (diff)
downloadFreeBSD-src-96280d67b704034ff7a67658da414f9998c29e37.zip
FreeBSD-src-96280d67b704034ff7a67658da414f9998c29e37.tar.gz
Bump __FreeBSD_version for ALTQ. Also put some notes in UPDATING regarding
the ABI break.
-rw-r--r--UPDATING6
-rw-r--r--sys/sys/param.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index adfafb8..214c8e2 100644
--- a/UPDATING
+++ b/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
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.
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 9d1d354..4324e64 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -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>
OpenPOWER on IntegriCloud