svn commit: r216212 - head/sys/sys

David Schultz das at FreeBSD.org
Sun Dec 5 22:12:07 UTC 2010


Author: das
Date: Sun Dec  5 22:12:07 2010
New Revision: 216212
URL: http://svn.freebsd.org/changeset/base/216212

Log:
  Bump __FreeBSD_version for the addition of log2().  This is mainly for the
  benefit of ports such as opencity and inkscape that have workarounds for
  the lack of a log2() in the base system.

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Sun Dec  5 22:11:22 2010	(r216211)
+++ head/sys/sys/param.h	Sun Dec  5 22:12:07 2010	(r216212)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 900026	/* Master, propagated to newvers */
+#define __FreeBSD_version 900027	/* Master, propagated to newvers */
 
 #ifdef _KERNEL
 #define	P_OSREL_SIGSEGV		700004


More information about the svn-src-all mailing list