mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
- Bump __FreeBSD_version for BSDL bc/dc import to deprecate GNU bc/dc
Approved by: delphij
This commit is contained in:
parent
bb30676c15
commit
b485a59508
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 900007 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 900008 /* Master, propagated to newvers */
|
||||
|
||||
#ifndef LOCORE
|
||||
#include <sys/types.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue