mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Bump __FreeBSD_version for removal of crypto fd's in r368005.
Requested by: swills Sponsored by: Chelsio Communications
This commit is contained in:
parent
d2d350369e
commit
a56ac75853
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
|||
* in the range 5 to 9.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 1300130 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 1300131 /* Master, propagated to newvers */
|
||||
|
||||
/*
|
||||
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
|
||||
|
|
|
|||
Loading…
Reference in a new issue