Adjust __FreeBSD_version to reflect this is the 8.1 release branch.

Approved by:	re (implicit)
This commit is contained in:
Ken Smith 2010-06-14 02:30:59 +00:00
parent c2bceff500
commit b62eb0e439

View File

@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 800505 /* Master, propagated to newvers */
#define __FreeBSD_version 801000 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>