Back out part of previous commit: remove #include <sys/proc.h>.

This commit is contained in:
Dag-Erling Smørgrav 2001-10-22 15:32:12 +00:00
parent e9745b9961
commit 6303ee4e2a
2 changed files with 0 additions and 2 deletions

View File

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

View File

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