diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2020-01-22 13:02:11 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2020-01-22 13:02:11 +0000 |
commit | 7394ea0cf2bd6a145b4a96e3b25452bdf1fc3d6d (patch) | |
tree | 0c2ac1fcc72a991ec711fddacedef8060f4180e0 /usr.sbin/bind/bin | |
parent | f58ba53723b6be0b8d97c69bf66c9d72920b98fa (diff) |
config.h and platform.h are unused now
Diffstat (limited to 'usr.sbin/bind/bin')
-rw-r--r-- | usr.sbin/bind/bin/dig/dig.c | 6 | ||||
-rw-r--r-- | usr.sbin/bind/bin/dig/dighost.c | 4 | ||||
-rw-r--r-- | usr.sbin/bind/bin/dig/host.c | 2 | ||||
-rw-r--r-- | usr.sbin/bind/bin/dig/nslookup.c | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/bind/bin/dig/dig.c b/usr.sbin/bind/bin/dig/dig.c index 52413b93692..8cec46f2c3f 100644 --- a/usr.sbin/bind/bin/dig/dig.c +++ b/usr.sbin/bind/bin/dig/dig.c @@ -14,11 +14,11 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dig.c,v 1.40 2020/01/21 06:59:25 jmc Exp $ */ +/* $Id: dig.c,v 1.41 2020/01/22 13:02:09 florian Exp $ */ /*! \file */ #include <sys/cdefs.h> -#include <config.h> + #include <stdlib.h> #include <time.h> #include <unistd.h> @@ -27,7 +27,7 @@ #include <isc/app.h> #include <isc/netaddr.h> #include <isc/parseint.h> -#include <isc/platform.h> + #include <string.h> #include <isc/task.h> diff --git a/usr.sbin/bind/bin/dig/dighost.c b/usr.sbin/bind/bin/dig/dighost.c index 059391127b3..e3d6f613619 100644 --- a/usr.sbin/bind/bin/dig/dighost.c +++ b/usr.sbin/bind/bin/dig/dighost.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dighost.c,v 1.35 2020/01/22 12:58:35 florian Exp $ */ +/* $Id: dighost.c,v 1.36 2020/01/22 13:02:09 florian Exp $ */ /*! \file * \note @@ -26,7 +26,7 @@ * functions in most applications. */ -#include <config.h> + #include <stdlib.h> #include <unistd.h> #include <string.h> diff --git a/usr.sbin/bind/bin/dig/host.c b/usr.sbin/bind/bin/dig/host.c index ddeb99e05c7..949a61b17d7 100644 --- a/usr.sbin/bind/bin/dig/host.c +++ b/usr.sbin/bind/bin/dig/host.c @@ -16,7 +16,7 @@ /*! \file */ #include <sys/cdefs.h> -#include <config.h> + #include <stdlib.h> #include <unistd.h> #include <limits.h> diff --git a/usr.sbin/bind/bin/dig/nslookup.c b/usr.sbin/bind/bin/dig/nslookup.c index f5b0d7d1ab9..410be72543d 100644 --- a/usr.sbin/bind/bin/dig/nslookup.c +++ b/usr.sbin/bind/bin/dig/nslookup.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -#include <config.h> + #include <stdlib.h> #include <unistd.h> |