diff options
author | 2005-03-31 17:02:43 +0000 | |
---|---|---|
committer | 2005-03-31 17:02:43 +0000 | |
commit | bd8ffd8f748cb83e32a3eaeed41cae48094eabce (patch) | |
tree | a0a1302306512c1690ee25e94ab226b972e1321a | |
parent | - as long as we are using the sysexits.h error codes make sure (diff) | |
download | wireguard-openbsd-bd8ffd8f748cb83e32a3eaeed41cae48094eabce.tar.xz wireguard-openbsd-bd8ffd8f748cb83e32a3eaeed41cae48094eabce.zip |
zap includes, grunk
-rw-r--r-- | usr.sbin/ntpd/ntpd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ntpd/ntpd.c b/usr.sbin/ntpd/ntpd.c index 981d1b86964..a16defa8210 100644 --- a/usr.sbin/ntpd/ntpd.c +++ b/usr.sbin/ntpd/ntpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntpd.c,v 1.33 2005/03/24 10:56:22 henning Exp $ */ +/* $OpenBSD: ntpd.c,v 1.34 2005/03/31 17:02:43 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -20,9 +20,7 @@ #include <sys/socket.h> #include <sys/wait.h> #include <netinet/in.h> -#include <arpa/inet.h> #include <errno.h> -#include <fcntl.h> #include <poll.h> #include <pwd.h> #include <resolv.h> |