@@ -18,6 +18,7 @@
#define __FORCE_GLIBC
#include <features.h>
#include <netdb.h>
+#include <unistd.h>
libc_hidden_proto(setnetent)
libc_hidden_proto(getnetent)
@@ -19,6 +19,7 @@
#include <string.h>
/* Experimentally off - libc_hidden_proto(strcmp) */
@@ -22,6 +22,7 @@
#include <malloc.h>
#include <arpa/inet.h>
libc_hidden_proto(fopen)
libc_hidden_proto(fclose)
@@ -61,6 +61,7 @@
#include <errno.h>
@@ -63,6 +63,7 @@
#include <netinet/in.h>
/* Experimentally off - libc_hidden_proto(strpbrk) */
@@ -1061,7 +1061,6 @@ void attribute_hidden __open_nameservers(void)
#define RESOLV_ARGS 5
char szBuffer[128], *p, *argv[RESOLV_ARGS];
int argc;
- /* int rv = 0; */
__UCLIBC_MUTEX_LOCK(__resolv_lock);
if (__nameservers > 0)