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

This commit is contained in:
des 2001-10-22 15:32:12 +00:00
parent 4b40bd1b51
commit 7a633d0499
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>