mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Bump __FreeBSD_version to reflect the point when EVFILT_USER kevent
filter has been implemented. Approved by: rwatson (co-mentor)
This commit is contained in:
parent
d2c47a848e
commit
1c7de26f34
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@
|
|||
* in the range 5 to 9.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 800107 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 800108 /* Master, propagated to newvers */
|
||||
|
||||
#ifndef LOCORE
|
||||
#include <sys/types.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue