mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 01:30:47 -04:00
Bump __FreeBSD_version after addition of VOP_ACCESSX(9).
This commit is contained in:
parent
c97fcdba57
commit
2a61ba476b
2 changed files with 5 additions and 1 deletions
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
|
||||
ln -s aj /etc/malloc.conf.)
|
||||
|
||||
20090530:
|
||||
Add VOP_ACCESSX(9). File system modules need to be rebuilt.
|
||||
Bump __FreeBSD_version to 800094.
|
||||
|
||||
20090529:
|
||||
Add mnt_xflag field to 'struct mount'. File system modules
|
||||
need to be rebuilt.
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
* is created, otherwise 1.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 800093 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 800094 /* Master, propagated to newvers */
|
||||
|
||||
#ifndef LOCORE
|
||||
#include <sys/types.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue