svn commit: r212568 - head/sys/sys

Rui Paulo rpaulo at FreeBSD.org
Mon Sep 13 17:53:43 UTC 2010


Author: rpaulo
Date: Mon Sep 13 17:53:43 2010
New Revision: 212568
URL: http://svn.freebsd.org/changeset/base/212568

Log:
  Bump __FreeBSD_version to reflect the userland DTrace changes.
  
  Sponsored by:	The FreeBSD Foundation
  > Description of fields to fill in above:                     76 columns --|
  > PR:            If a GNATS PR is affected by the change.
  > Submitted by:  If someone else sent in the change.
  > Reviewed by:   If someone else reviewed your modification.
  > Approved by:   If you needed approval for this commit.
  > Obtained from: If the change is from a third party.
  > MFC after:     N [day[s]|week[s]|month[s]].  Request a reminder email.
  > Security:      Vulnerability reference (one per line) or description.
  > Empty fields above will be automatically removed.
  
  M    param.h

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Mon Sep 13 17:49:39 2010	(r212567)
+++ head/sys/sys/param.h	Mon Sep 13 17:53:43 2010	(r212568)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 900020	/* Master, propagated to newvers */
+#define __FreeBSD_version 900021	/* Master, propagated to newvers */
 
 #ifndef LOCORE
 #include <sys/types.h>


More information about the svn-src-head mailing list