aboutsummaryrefslogtreecommitdiffstats
path: root/libc/netbsd/net/getaddrinfo.c
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2012-02-24 11:04:56 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-02-24 11:04:56 -0800
commit83c366cf093b068da38e24e4ae4525c015ddde20 (patch)
treec9692a2b37b5beefd4af35d37f903af7f7dad786 /libc/netbsd/net/getaddrinfo.c
parent7dbbfac0fc7bbca072885185bf9bbee9e2e40e63 (diff)
parent1fb6662d1aa51eec54cfc133c40cacc0b15aad30 (diff)
downloadandroid_bionic-83c366cf093b068da38e24e4ae4525c015ddde20.tar.gz
android_bionic-83c366cf093b068da38e24e4ae4525c015ddde20.tar.bz2
android_bionic-83c366cf093b068da38e24e4ae4525c015ddde20.zip
Merge "Revert "Use the new NativeDaemonConnector style.""
Diffstat (limited to 'libc/netbsd/net/getaddrinfo.c')
-rw-r--r--libc/netbsd/net/getaddrinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/netbsd/net/getaddrinfo.c b/libc/netbsd/net/getaddrinfo.c
index 6aee69741..6ae6e3e43 100644
--- a/libc/netbsd/net/getaddrinfo.c
+++ b/libc/netbsd/net/getaddrinfo.c
@@ -461,7 +461,7 @@ android_getaddrinfo_proxy(
// Send the request.
proxy = fdopen(sock, "r+");
- if (fprintf(proxy, "0 getaddrinfo %s %s %d %d %d %d",
+ if (fprintf(proxy, "getaddrinfo %s %s %d %d %d %d",
hostname == NULL ? "^" : hostname,
servname == NULL ? "^" : servname,
hints == NULL ? -1 : hints->ai_flags,