Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Dec 2010 22:12:07 +0000 (UTC)
From:      David Schultz <das@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r216212 - head/sys/sys
Message-ID:  <201012052212.oB5MC7oC010056@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012052212.oB5MC7oC010056>