mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
Allow this file to be used in libsa without warning...
Sponsored by: Netflix
This commit is contained in:
parent
0a34fc542c
commit
9ecda2aa02
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
#ifndef _SYS_SYSLIMITS_H_
|
||||
#define _SYS_SYSLIMITS_H_
|
||||
|
||||
#if !defined(_KERNEL) && !defined(_LIMITS_H_) && !defined(_SYS_PARAM_H_)
|
||||
#if !defined(_STANDALONE) && !defined(_KERNEL) && !defined(_LIMITS_H_) && !defined(_SYS_PARAM_H_)
|
||||
#ifndef _SYS_CDEFS_H_
|
||||
#error this file needs sys/cdefs.h as a prerequisite
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue