diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-04 02:40:27 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-04 02:40:27 +0000 |
commit | 10944524238532ad35aaefec89cf7cc950745d6b (patch) | |
tree | 4a9479ef583cf8223796a994df98b5c3d9b70861 /include | |
parent | 5870ad9672ac09e366f1bfd4086e98cd019ed8f2 (diff) |
ifconfig: use IPv6 infrastructure
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 742d04031..d22efe05b 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -344,7 +344,7 @@ char* xmalloc_sockaddr2hostonly_noport(const struct sockaddr *sa, socklen_t sale char* xmalloc_sockaddr2dotted(const struct sockaddr *sa, socklen_t salen); char* xmalloc_sockaddr2dotted_noport(const struct sockaddr *sa, socklen_t salen); // "old" (ipv4 only) API -// users: traceroute.c hostname.c ifconfig.c ping.c +// users: traceroute.c hostname.c struct hostent *xgethostbyname(const char *name); |