diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2009-05-30 14:01:01 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2009-05-30 14:01:01 +0000 |
| commit | 2a61ba476b3006bb85ca801737ca5ca909b06ca8 (patch) | |
| tree | 3709f5f69f546e435a07f4c6e6b796ba9b31f308 | |
| parent | c97fcdba57c93d1309c7e67efb4bbcac2433a8d3 (diff) | |
Notes
| -rw-r--r-- | UPDATING | 4 | ||||
| -rw-r--r-- | sys/sys/param.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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. diff --git a/sys/sys/param.h b/sys/sys/param.h index be80efeaf3cc..742694497c0c 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -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> |
