Fix a style bug that I introduced (both sys/param.h and sys/types.h

included).

Caught by:	sheldonh@freebsd.org
This commit is contained in:
nectar 1999-10-12 13:53:30 +00:00
parent 4ba3e7f9c2
commit 9444a90587

View File

@ -59,7 +59,6 @@ static const char rcsid[] =
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/signal.h>
#include <err.h>
#include <ctype.h>