svn commit: r189825 - head/sys/sys

David Schultz das at FreeBSD.org
Sat Mar 14 12:44:14 PDT 2009


Author: das
Date: Sat Mar 14 19:44:13 2009
New Revision: 189825
URL: http://svn.freebsd.org/changeset/base/189825

Log:
  Bump __FreeBSD_version to 800071 for gcc patch to add support for C99
  inline functions in c99 and gnu99 mode.

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Sat Mar 14 19:36:13 2009	(r189824)
+++ head/sys/sys/param.h	Sat Mar 14 19:44:13 2009	(r189825)
@@ -57,7 +57,7 @@
  *		is created, otherwise 1.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 800070	/* Master, propagated to newvers */
+#define __FreeBSD_version 800071	/* Master, propagated to newvers */
 
 #ifndef LOCORE
 #include <sys/types.h>


More information about the svn-src-all mailing list