summaryrefslogtreecommitdiff
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-w32-10944524238532ad35aaefec89cf7cc950745d6b.tar.gz
busybox-w32-10944524238532ad35aaefec89cf7cc950745d6b.tar.bz2
busybox-w32-10944524238532ad35aaefec89cf7cc950745d6b.zip
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
344char* xmalloc_sockaddr2dotted(const struct sockaddr *sa, socklen_t salen); 344char* xmalloc_sockaddr2dotted(const struct sockaddr *sa, socklen_t salen);
345char* xmalloc_sockaddr2dotted_noport(const struct sockaddr *sa, socklen_t salen); 345char* xmalloc_sockaddr2dotted_noport(const struct sockaddr *sa, socklen_t salen);
346// "old" (ipv4 only) API 346// "old" (ipv4 only) API
347// users: traceroute.c hostname.c ifconfig.c ping.c 347// users: traceroute.c hostname.c
348struct hostent *xgethostbyname(const char *name); 348struct hostent *xgethostbyname(const char *name);
349 349
350 350