1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00

- Bump __FreeBSD_version to reflect the point when EVFILT_USER kevent filter

has been implemented.
This commit is contained in:
Stanislav Sedov 2009-09-23 12:33:32 +00:00
parent edf7321479
commit 50989f36fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=197430

View File

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