svn commit: r193093 - in head: . sys/sys

Edward Tomasz Napierala trasz at FreeBSD.org
Sat May 30 14:01:02 UTC 2009


Author: trasz
Date: Sat May 30 14:01:01 2009
New Revision: 193093
URL: http://svn.freebsd.org/changeset/base/193093

Log:
  Bump __FreeBSD_version after addition of VOP_ACCESSX(9).

Modified:
  head/UPDATING
  head/sys/sys/param.h

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Sat May 30 13:59:05 2009	(r193092)
+++ head/UPDATING	Sat May 30 14:01:01 2009	(r193093)
@@ -22,6 +22,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.
 	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.

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Sat May 30 13:59:05 2009	(r193092)
+++ head/sys/sys/param.h	Sat May 30 14:01:01 2009	(r193093)
@@ -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>


More information about the svn-src-head mailing list