mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
Remove sys/param.h
It was used for nitems, but I converted it to __arraycount later, and is already pulled in by header pollution on FreeBSD as well as NetBSD ala sys/cdefs.h
This commit is contained in:
parent
5ca8558309
commit
f467f63cbb
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <atf-c.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue