diff options
-rw-r--r-- | include/resolv.h | 11 |
1 files changed, 1 insertions, 10 deletions
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. |