aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-02-04 02:40:27 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-02-04 02:40:27 +0000
commit10944524238532ad35aaefec89cf7cc950745d6b (patch)
tree4a9479ef583cf8223796a994df98b5c3d9b70861 /include
parent5870ad9672ac09e366f1bfd4086e98cd019ed8f2 (diff)
downloadbusybox-10944524238532ad35aaefec89cf7cc950745d6b.tar.gz
ifconfig: use IPv6 infrastructure
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
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);