svn commit: r184419 - head/sys/sys
Edward Tomasz Napierala
trasz at FreeBSD.org
Tue Oct 28 14:08:29 PDT 2008
Author: trasz
Date: Tue Oct 28 19:48:58 2008
New Revision: 184419
URL: http://svn.freebsd.org/changeset/base/184419
Log:
Bump __FreeBSD_version after accmode_t introduction.
Approved by: rwatson (mentor)
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h Tue Oct 28 17:15:46 2008 (r184418)
+++ head/sys/sys/param.h Tue Oct 28 19:48:58 2008 (r184419)
@@ -57,7 +57,7 @@
* is created, otherwise 1.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 800051 /* Master, propagated to newvers */
+#define __FreeBSD_version 800052 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>
More information about the svn-src-head
mailing list