svn commit: r212381 - head/sys/sys

Matthew D Fleming mdf at FreeBSD.org
Thu Sep 9 21:01:41 UTC 2010


Author: mdf
Date: Thu Sep  9 21:01:41 2010
New Revision: 212381
URL: http://svn.freebsd.org/changeset/base/212381

Log:
  Bump __FreeBSD_version for sbuf ABI change.

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Thu Sep  9 20:51:23 2010	(r212380)
+++ head/sys/sys/param.h	Thu Sep  9 21:01:41 2010	(r212381)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 900019	/* Master, propagated to newvers */
+#define __FreeBSD_version 900020	/* Master, propagated to newvers */
 
 #ifndef LOCORE
 #include <sys/types.h>


More information about the svn-src-all mailing list