diff options
author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-08-16 08:19:15 +0000 |
---|---|---|
committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-08-16 08:19:15 +0000 |
commit | ef6fc683c61d40ef1c06eaf04233135abb53e05b (patch) | |
tree | f8a829ad2b8ccc6fc0d51392eaed915b14630d6a /sbin/nfsiod | |
parent | d5968c2a66966106cacd5aa620464a76ace259a5 (diff) |
No need to include sys/time.h, this unbreaks a c89 warning about long long
constants as well.
Notes
Notes:
svn path=/head/; revision=101973
Diffstat (limited to 'sbin/nfsiod')
-rw-r--r-- | sbin/nfsiod/nfsiod.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/nfsiod/nfsiod.c b/sbin/nfsiod/nfsiod.c index eb2bca79efc1..4d328d88e539 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> |