mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
Bump __FreeBSD_version after the removal of OBJT_DEFAULT
Out-of-tree modules which allocate an object of type OBJT_DEFAULT need to be recompiled. No other changes are required, however.
This commit is contained in:
parent
a11f080e86
commit
ddd9004e7a
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@
|
|||
* cannot include sys/param.h and should only be updated here.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 1400063
|
||||
#define __FreeBSD_version 1400064
|
||||
|
||||
/*
|
||||
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
|
||||
|
|
|
|||
Loading…
Reference in a new issue