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) | |
download | busybox-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.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 | |||
344 | char* xmalloc_sockaddr2dotted(const struct sockaddr *sa, socklen_t salen); | 344 | char* xmalloc_sockaddr2dotted(const struct sockaddr *sa, socklen_t salen); |
345 | char* xmalloc_sockaddr2dotted_noport(const struct sockaddr *sa, socklen_t salen); | 345 | char* 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 |
348 | struct hostent *xgethostbyname(const char *name); | 348 | struct hostent *xgethostbyname(const char *name); |
349 | 349 | ||
350 | 350 | ||