svn commit: r219324 - stable/8/sys/sys
David Schultz
das at FreeBSD.org
Sun Mar 6 08:50:16 UTC 2011
Author: das
Date: Sun Mar 6 08:50:15 2011
New Revision: 219324
URL: http://svn.freebsd.org/changeset/base/219324
Log:
Bump __FreeBSD_version for the MFC of log2(), for the benefit of ports
such as opencity and inkscape that have workarounds for the lack of a
log2() in the base system.
Modified:
stable/8/sys/sys/param.h
Modified: stable/8/sys/sys/param.h
==============================================================================
--- stable/8/sys/sys/param.h Sun Mar 6 08:49:44 2011 (r219323)
+++ stable/8/sys/sys/param.h Sun Mar 6 08:50:15 2011 (r219324)
@@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 802501 /* Master, propagated to newvers */
+#define __FreeBSD_version 802502 /* Master, propagated to newvers */
#ifdef _KERNEL
#define P_OSREL_SIGSEGV 700004
More information about the svn-src-stable
mailing list