diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-06-02 10:09:00 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-06-02 10:09:00 +0000 |
commit | 9bb777f068fbb34930ccc6fbf86342bd7b1ad4ed (patch) | |
tree | 75d3505c3517441194728b4c78cf51ff74fac756 /usr.sbin/ntpd/config.c | |
parent | 12c37e87c9b63c007a069648dd3827e7f9e21d13 (diff) |
prepare for client functionality
Diffstat (limited to 'usr.sbin/ntpd/config.c')
-rw-r--r-- | usr.sbin/ntpd/config.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/ntpd/config.c b/usr.sbin/ntpd/config.c index 670f0e0b445..fa68f6cafa3 100644 --- a/usr.sbin/ntpd/config.c +++ b/usr.sbin/ntpd/config.c @@ -1,4 +1,4 @@ -/* $OpenBSD: config.c,v 1.1 2004/06/01 21:58:08 henning Exp $ */ +/* $OpenBSD: config.c,v 1.2 2004/06/02 10:08:59 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -19,11 +19,8 @@ #include <sys/types.h> #include <sys/socket.h> #include <sys/stat.h> -#include <sys/mman.h> #include <errno.h> -#include <ifaddrs.h> -#include <netdb.h> #include <stdlib.h> #include <string.h> #include <unistd.h> |