aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMax Laier <mlaier@FreeBSD.org>2004-06-13 18:39:20 +0000
committerMax Laier <mlaier@FreeBSD.org>2004-06-13 18:39:20 +0000
commitdf843493adbe62bdbee13a0433a9c51c810733e5 (patch)
tree6d8b75d58d66f3e4f43036acecab67e693008305 /UPDATING
parente961704aa6533981750e4020a9a7e8fdb92e22df (diff)
downloadsrc-df843493adbe62bdbee13a0433a9c51c810733e5.tar.gz
src-df843493adbe62bdbee13a0433a9c51c810733e5.zip
Suggest a full build-/installworld instead of just installincludes.
Requested-by: ru
Notes
Notes: svn path=/head/; revision=130423
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING4
1 files changed, 2 insertions, 2 deletions
diff --git a/UPDATING b/UPDATING
index 214c8e202307..e5a80427a00f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -20,8 +20,8 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW:
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.
+ sizeof(struct ifnet). In order to get the altq headers in place
+ please recompile and reinstall world.
20040607:
Splitting kern_thread.c into 2 files (adding kern_kse.c)