From 05de6753868d6ed6a683d215b76544daa3bd00da Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 26 Jul 2001 20:26:09 +0000 Subject: [PATCH] removed nonportable declaration of h_errno as h_errno is not actually used in this file --- bin/dig/host.c | 6 +----- bin/dig/nslookup.c | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/bin/dig/host.c b/bin/dig/host.c index 83ee8aac69..db07ab1ed6 100644 --- a/bin/dig/host.c +++ b/bin/dig/host.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: host.c,v 1.68 2001/07/26 03:15:06 mayer Exp $ */ +/* $Id: host.c,v 1.69 2001/07/26 20:21:40 gson Exp $ */ #include #include @@ -39,10 +39,6 @@ #include -#ifndef ISC_PLATFORM_NONSTDHERRNO -extern int h_errno; -#endif - extern ISC_LIST(dig_lookup_t) lookup_list; extern ISC_LIST(dig_server_t) server_list; extern ISC_LIST(dig_searchlist_t) search_list; diff --git a/bin/dig/nslookup.c b/bin/dig/nslookup.c index 3c1f7a60e6..6f3fa85da2 100644 --- a/bin/dig/nslookup.c +++ b/bin/dig/nslookup.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nslookup.c,v 1.84 2001/07/26 03:15:07 mayer Exp $ */ +/* $Id: nslookup.c,v 1.85 2001/07/26 20:26:09 gson Exp $ */ #include @@ -43,10 +43,6 @@ #include -#ifndef ISC_PLATFORM_NONSTDHERRNO -extern int h_errno; -#endif - extern ISC_LIST(dig_lookup_t) lookup_list; extern ISC_LIST(dig_server_t) server_list; extern ISC_LIST(dig_searchlist_t) search_list;