svn commit: r194920 - head/sys/sys

John Baldwin jhb at FreeBSD.org
Wed Jun 24 21:55:19 UTC 2009


Author: jhb
Date: Wed Jun 24 21:55:18 2009
New Revision: 194920
URL: http://svn.freebsd.org/changeset/base/194920

Log:
  Bump __FreeBSD_version for SYSVIPC ABI change (along with other changes
  today).

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Wed Jun 24 21:54:08 2009	(r194919)
+++ head/sys/sys/param.h	Wed Jun 24 21:55:18 2009	(r194920)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 800099	/* Master, propagated to newvers */
+#define __FreeBSD_version 800100	/* Master, propagated to newvers */
 
 #ifndef LOCORE
 #include <sys/types.h>


More information about the svn-src-head mailing list