Update __FreeBSD_version after addition of mnt_xflag. Add a note
to UPDATING.
This commit is contained in:
parent
e0a69b51ac
commit
b89fed6747
5
UPDATING
5
UPDATING
@ -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.
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user