summaryrefslogtreecommitdiffstats
path: root/usr.bin/lock
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>1999-10-12 13:53:30 +0000
committernectar <nectar@FreeBSD.org>1999-10-12 13:53:30 +0000
commit56c61f74888fb3051f114e19e6f8811dd7bb79d6 (patch)
tree6f02ec6684f6d2b59739431449ae1aa196a5f353 /usr.bin/lock
parent2f0b6d319cbd077df29d1959cd8f054c17ce033c (diff)
downloadFreeBSD-src-56c61f74888fb3051f114e19e6f8811dd7bb79d6.zip
FreeBSD-src-56c61f74888fb3051f114e19e6f8811dd7bb79d6.tar.gz
Fix a style bug that I introduced (both sys/param.h and sys/types.h
included). Caught by: sheldonh@freebsd.org
Diffstat (limited to 'usr.bin/lock')
-rw-r--r--usr.bin/lock/lock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/lock/lock.c b/usr.bin/lock/lock.c
index c1ffcb5..be3e63f 100644
--- a/usr.bin/lock/lock.c
+++ b/usr.bin/lock/lock.c
@@ -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>
OpenPOWER on IntegriCloud