summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-09-13 17:53:43 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-09-13 17:53:43 +0000
commit8fc202916b0110a57a11545a2588c16ed04135f4 (patch)
treeba6295135ae098423a94c72ab7ee12ca12240122
parentbe2b6e62ad5c71c969dcd35275ec0209d3d810de (diff)
downloadFreeBSD-src-8fc202916b0110a57a11545a2588c16ed04135f4.zip
FreeBSD-src-8fc202916b0110a57a11545a2588c16ed04135f4.tar.gz
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
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 7f1878b..8ca03f3 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -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>
OpenPOWER on IntegriCloud