aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-02-04 02:40:27 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-02-04 02:40:27 +0000
commit0c2c6a5e41a20132a6c2b320f2ce1f7bc3010072 (patch)
tree4a9479ef583cf8223796a994df98b5c3d9b70861 /include
parent95ca6446d62fe0e521ae05b5b8f24cf7f27a0c4f (diff)
downloadbusybox-w32-0c2c6a5e41a20132a6c2b320f2ce1f7bc3010072.tar.gz
busybox-w32-0c2c6a5e41a20132a6c2b320f2ce1f7bc3010072.tar.bz2
busybox-w32-0c2c6a5e41a20132a6c2b320f2ce1f7bc3010072.zip
ifconfig: use IPv6 infrastructure
git-svn-id: svn://busybox.net/trunk/busybox@17751 69ca8d6d-28ef-0310-b511-8ec308f3f277
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