mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Bump __FreeBSD_version for hiding struct ifnet
Reported by: olivie@ Sponsored by: Juniper Networks, Inc.
This commit is contained in:
parent
9d4428ad02
commit
893d044346
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@
|
|||
* cannot include sys/param.h and should only be updated here.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 1500026
|
||||
#define __FreeBSD_version 1500027
|
||||
|
||||
/*
|
||||
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
|
||||
|
|
|
|||
Loading…
Reference in a new issue