diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-07-07 07:52:28 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-07-07 07:52:28 +0000 |
commit | c1383d79d31e9607a938215462f025bad3f14060 (patch) | |
tree | 2bacd7572f0a0692571fae91818795b0c088a3a9 /libc/inet/resolv.c | |
parent | d4e1ba696676ad105d0a322934a3eeb2e1cf6ea3 (diff) |
Doh! search-n-replace strikes again
-Erik
Diffstat (limited to 'libc/inet/resolv.c')
-rw-r--r-- | libc/inet/resolv.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c index 96feedbbe..f813b1273 100644 --- a/libc/inet/resolv.c +++ b/libc/inet/resolv.c @@ -531,7 +531,7 @@ int __form_query(int id, const char *name, int type, unsigned char *packet, } #endif -#ifdef L___connect_dns +#ifdef L_connect_dns int __connect_dns(char *nsip) { int fd, rc; @@ -1046,7 +1046,7 @@ struct hostent *gethostbyaddr (const void *addr, socklen_t len, int type) #endif -#ifdef L___read_etc_hosts_r +#ifdef L_read_etc_hosts_r void __open_etc_hosts(FILE **fp) { @@ -1263,7 +1263,7 @@ struct hostent *gethostent (void) } #endif -#ifdef L___get_hosts_byname_r +#ifdef L_get_hosts_byname_r int __get_hosts_byname_r(const char * name, int type, struct hostent * result_buf, @@ -1275,7 +1275,7 @@ int __get_hosts_byname_r(const char * name, int type, } #endif -#ifdef L___get_hosts_byaddr_r +#ifdef L_get_hosts_byaddr_r int __get_hosts_byaddr_r(const char * addr, int len, int type, struct hostent * result_buf, |