Bump __FreeBSD_version to reflect the userland DTrace changes.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Rui Paulo 2010-09-13 17:53:43 +00:00
parent d69eb5201d
commit ec88dcaec1

View File

@ -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>