From a56985289c651e6136025fd86f8a6ed1ba8ce30e Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 7 Sep 1998 19:54:08 +0000 Subject: Remove the extern decl of ``h_errno''. It's already externed in netdb.h - where all of its #define values live. If anything requires h_errno here (nothing in /usr/src seems to) it's almost definitely broken. --- include/resolv.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'include') diff --git a/include/resolv.h b/include/resolv.h index 16b49bb..31a569f 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -51,7 +51,7 @@ /* * @(#)resolv.h 8.1 (Berkeley) 6/2/93 * From Id: resolv.h,v 8.12 1998/04/28 19:36:46 halley Exp $ - * $Id: resolv.h,v 1.15 1998/06/11 08:55:13 peter Exp $ + * $Id: resolv.h,v 1.16 1998/06/11 12:52:45 peter Exp $ */ #ifndef _RESOLV_H_ @@ -73,15 +73,6 @@ #define __RES 19960801 /* - * This used to be defined in res_query.c, now it's in herror.c. It was - * never extern'd by any *.h file before it was placed here. herror.c is - * part of libresolv.a even though it might make more sense in libnetdb.a - * or even libnet.a. - */ - -extern int h_errno; - -/* * Resolver configuration file. * Normally not present, but may contain the address of the * inital name server(s) to query and the domain search list. -- cgit v1.1