13 lines
367 B
Text
13 lines
367 B
Text
$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
|
|
|