Hi,
* Markus Wichmann [2013-07-11 22:13]:
> linking ii against uClibc gives a warning about it using
> gethostbyname(). I have modified it to use getaddrinfo():
Thanks, I'll look at this and probably integrate it over the weekend!
Cheers
Nico
--
Nico Golde - XMPP: n...@jabber.ccc.de - GPG: 0xA0
Hi all,
linking ii against uClibc gives a warning about it using
gethostbyname(). I have modified it to use getaddrinfo():
diff --git a/ii.c b/ii.c
index d93266c..117dcf5 100644
--- a/ii.c
+++ b/ii.c
@@ -8,6 +8,7 @@
#include
#include
#include
+#include
#include
#include
#include
@@