Revert "Use the new NativeDaemonConnector style."
The other changes relating to this were already reverted.
This reverts commit 1625c7a837d73b6729f97edb32c497d289c0220c
diff --git a/libc/netbsd/net/getaddrinfo.c b/libc/netbsd/net/getaddrinfo.c
index 6aee697..6ae6e3e 100644
--- a/libc/netbsd/net/getaddrinfo.c
+++ b/libc/netbsd/net/getaddrinfo.c
@@ -461,7 +461,7 @@
// 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,