summaryrefslogtreecommitdiffstats
path: root/sbin/nfsiod
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-08-16 08:19:15 +0000
committeralfred <alfred@FreeBSD.org>2002-08-16 08:19:15 +0000
commit3f9956f30f9f796519943c444923d1a32e49984f (patch)
treef8a829ad2b8ccc6fc0d51392eaed915b14630d6a /sbin/nfsiod
parentfb72bc78f1404f443ca113c16e55c2edf224b04d (diff)
downloadFreeBSD-src-3f9956f30f9f796519943c444923d1a32e49984f.zip
FreeBSD-src-3f9956f30f9f796519943c444923d1a32e49984f.tar.gz
No need to include sys/time.h, this unbreaks a c89 warning about long long
constants as well.
Diffstat (limited to 'sbin/nfsiod')
-rw-r--r--sbin/nfsiod/nfsiod.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/nfsiod/nfsiod.c b/sbin/nfsiod/nfsiod.c
index eb2bca7..4d328d8 100644
--- a/sbin/nfsiod/nfsiod.c
+++ b/sbin/nfsiod/nfsiod.c
@@ -53,7 +53,6 @@ static const char rcsid[] =
#include <sys/wait.h>
#include <sys/linker.h>
#include <sys/mount.h>
-#include <sys/time.h>
#include <sys/sysctl.h>
#include <err.h>
OpenPOWER on IntegriCloud