svn commit: r221862 - head/sys/sys

Stanislav Sedov stas at FreeBSD.org
Fri May 13 23:10:56 UTC 2011


Author: stas
Date: Fri May 13 23:10:55 2011
New Revision: 221862
URL: http://svn.freebsd.org/changeset/base/221862

Log:
  - Bump __FreeBSD_version to note the revision when libprocstat(3) and fuser(1)
    have been added to the tree.

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Fri May 13 22:48:44 2011	(r221861)
+++ head/sys/sys/param.h	Fri May 13 23:10:55 2011	(r221862)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 900036	/* Master, propagated to newvers */
+#define __FreeBSD_version 900037	/* Master, propagated to newvers */
 
 #ifdef _KERNEL
 #define	P_OSREL_SIGSEGV		700004


More information about the svn-src-head mailing list