summaryrefslogtreecommitdiff
path: root/net/host/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/host/patches/patch-ac')
-rw-r--r--net/host/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/host/patches/patch-ac b/net/host/patches/patch-ac
new file mode 100644
index 00000000000..d224c3c3552
--- /dev/null
+++ b/net/host/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.4 2006/10/03 14:25:55 schwarz Exp $
+
+--- host.h.orig 2006-10-03 15:54:29.000000000 +0200
++++ host.h 2006-10-03 15:55:13.000000000 +0200
+@@ -151,7 +151,7 @@
+ extern int h_errno; /* defined in the resolver library */
+ #endif
+
+-#ifndef _res
++#if !defined(_res) && !defined(IRIX5)
+ extern res_state_t _res; /* defined in res_init.c */
+ #endif
+