mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
371 B
Plaintext
14 lines
371 B
Plaintext
$NetBSD: patch-aw,v 1.3 2012/12/07 10:06:13 adam Exp $
|
|
|
|
--- src/network/kernel/qhostinfo_unix.cpp.orig 2010-06-02 02:03:17.000000000 +0000
|
|
+++ src/network/kernel/qhostinfo_unix.cpp
|
|
@@ -118,6 +118,8 @@ static void resolveLibrary()
|
|
if (!local_res_nclose)
|
|
local_res_ninit = 0;
|
|
}
|
|
+ if (local_res_ninit)
|
|
+ local_res_init = 0;
|
|
#endif
|
|
}
|
|
|