Suggest a full build-/installworld instead of just installincludes.

Requested-by:	ru
This commit is contained in:
Max Laier 2004-06-13 18:39:20 +00:00
parent e961704aa6
commit df843493ad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130423

View File

@ -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)