mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Bump __FreeBSD_version for the addition of log2(). This is mainly for the
benefit of ports such as opencity and inkscape that have workarounds for the lack of a log2() in the base system.
This commit is contained in:
parent
177668d11f
commit
1863d408e0
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 900026 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 900027 /* Master, propagated to newvers */
|
||||
|
||||
#ifdef _KERNEL
|
||||
#define P_OSREL_SIGSEGV 700004
|
||||
|
|
|
|||
Loading…
Reference in a new issue