mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 21:09:59 -04:00
removed nonportable declaration of h_errno as h_errno is not
actually used in this file
This commit is contained in:
parent
1ecd9d30a0
commit
05de675386
2 changed files with 2 additions and 10 deletions
|
|
@ -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 <config.h>
|
||||
#include <stdlib.h>
|
||||
|
|
@ -39,10 +39,6 @@
|
|||
|
||||
#include <dig/dig.h>
|
||||
|
||||
#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;
|
||||
|
|
|
|||
|
|
@ -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 <config.h>
|
||||
|
||||
|
|
@ -43,10 +43,6 @@
|
|||
|
||||
#include <dig/dig.h>
|
||||
|
||||
#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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue