svn commit: r224834 - head/sys/sys
Robert Watson
rwatson at FreeBSD.org
Sat Aug 13 13:11:29 UTC 2011
Author: rwatson
Date: Sat Aug 13 13:11:28 2011
New Revision: 224834
URL: http://svn.freebsd.org/changeset/base/224834
Log:
Bump __FreeBSD_version to reflect the availability of capabilities, but
also capability-related changes to fget(9). This is likely not part of
a formal KPI, but the nvidia driver (at least) uses it.
Approved by: re (bz, kib)
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h Sat Aug 13 13:09:46 2011 (r224833)
+++ head/sys/sys/param.h Sat Aug 13 13:11:28 2011 (r224834)
@@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 900040 /* Master, propagated to newvers */
+#define __FreeBSD_version 900041 /* Master, propagated to newvers */
#ifdef _KERNEL
#define P_OSREL_SIGSEGV 700004
More information about the svn-src-all
mailing list