svn commit: r250163 - head/sys/sys

Jilles Tjoelker jilles at FreeBSD.org
Wed May 1 23:04:30 UTC 2013


Author: jilles
Date: Wed May  1 23:04:29 2013
New Revision: 250163
URL: http://svnweb.freebsd.org/changeset/base/250163

Log:
  Bump __FreeBSD_version for accept4() and pipe2().

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Wed May  1 22:50:45 2013	(r250162)
+++ head/sys/sys/param.h	Wed May  1 23:04:29 2013	(r250163)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1000031	/* Master, propagated to newvers */
+#define __FreeBSD_version 1000032	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list