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;