Bump __FreeBSD_version after addition of VOP_ACCESSX(9).
This commit is contained in:
parent
c97fcdba57
commit
2a61ba476b
4
UPDATING
4
UPDATING
@ -22,6 +22,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
|
|||||||
to maximize performance. (To disable malloc debugging, run
|
to maximize performance. (To disable malloc debugging, run
|
||||||
ln -s aj /etc/malloc.conf.)
|
ln -s aj /etc/malloc.conf.)
|
||||||
|
|
||||||
|
20090530:
|
||||||
|
Add VOP_ACCESSX(9). File system modules need to be rebuilt.
|
||||||
|
Bump __FreeBSD_version to 800094.
|
||||||
|
|
||||||
20090529:
|
20090529:
|
||||||
Add mnt_xflag field to 'struct mount'. File system modules
|
Add mnt_xflag field to 'struct mount'. File system modules
|
||||||
need to be rebuilt.
|
need to be rebuilt.
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
* is created, otherwise 1.
|
* is created, otherwise 1.
|
||||||
*/
|
*/
|
||||||
#undef __FreeBSD_version
|
#undef __FreeBSD_version
|
||||||
#define __FreeBSD_version 800093 /* Master, propagated to newvers */
|
#define __FreeBSD_version 800094 /* Master, propagated to newvers */
|
||||||
|
|
||||||
#ifndef LOCORE
|
#ifndef LOCORE
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user