mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Diff reduce with upstream by removing signal.h #include
MFC after: 3 days
This commit is contained in:
parent
b6a72c5dbe
commit
7931520d40
1 changed files with 0 additions and 4 deletions
|
|
@ -36,10 +36,6 @@
|
|||
#include <time.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifndef __NetBSD__
|
||||
#include <signal.h>
|
||||
#endif
|
||||
|
||||
ATF_TC(snprintf_c99);
|
||||
ATF_TC_HEAD(snprintf_c99, tc)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue