summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/resolv.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/resolv.h')
-rw-r--r--cpukit/libnetworking/resolv.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/cpukit/libnetworking/resolv.h b/cpukit/libnetworking/resolv.h
index 6c87a005e3..06d3a55a16 100644
--- a/cpukit/libnetworking/resolv.h
+++ b/cpukit/libnetworking/resolv.h
@@ -69,15 +69,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
* initial name server(s) to query and the domain search list.