Allow this file to be used in libsa without warning...

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2017-12-03 04:55:09 +00:00
parent 0a34fc542c
commit 9ecda2aa02
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326489

View file

@ -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