mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Back out part of previous commit: remove #include <sys/proc.h>.
This commit is contained in:
parent
e9745b9961
commit
6303ee4e2a
2 changed files with 0 additions and 2 deletions
|
|
@ -43,7 +43,6 @@ static const char rcsid[] =
|
|||
#include <sys/param.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/pioctl.h>
|
||||
#include <sys/proc.h>
|
||||
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@ static const char rcsid[] =
|
|||
#include <sys/param.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/pioctl.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include <err.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue