svn commit: r274470 - head/sys/sys

Dmitry Chagin dchagin at FreeBSD.org
Thu Nov 13 14:46:34 UTC 2014


Author: dchagin
Date: Thu Nov 13 14:46:33 2014
New Revision: 274470
URL: https://svnweb.freebsd.org/changeset/base/274470

Log:
  Bump FreeBSD_version for r274462 - add ppoll() system call.

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Thu Nov 13 13:08:46 2014	(r274469)
+++ head/sys/sys/param.h	Thu Nov 13 14:46:33 2014	(r274470)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1100045	/* Master, propagated to newvers */
+#define __FreeBSD_version 1100046	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list