Update __FreeBSD_version after addition of mnt_xflag. Add a note

to UPDATING.
This commit is contained in:
Edward Tomasz Napierala 2009-05-29 18:50:27 +00:00
parent e0a69b51ac
commit b89fed6747
2 changed files with 6 additions and 1 deletions

View File

@ -22,6 +22,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
20090529:
Add mnt_xflag field to 'struct mount. File system modules
need to be rebuilt.
Bump __FreeBSD_version to 800093.
20090528:
The compiling option ADAPTIVE_SX has been retired while it has been
introduced the option NO_ADAPTIVE_SX which handles the reversed logic.

View File

@ -57,7 +57,7 @@
* is created, otherwise 1.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 800092 /* Master, propagated to newvers */
#define __FreeBSD_version 800093 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>