mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 21:41:27 -04:00
14 lines
367 B
Plaintext
14 lines
367 B
Plaintext
$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
|
|
|