diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libbb.h b/include/libbb.h index 8cd4bc377..fda0dbe40 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -338,8 +338,6 @@ char* xmalloc_sockaddr2dotted_noport(const struct sockaddr *sa, socklen_t salen) | |||
338 | // "old" (ipv4 only) API | 338 | // "old" (ipv4 only) API |
339 | // users: traceroute.c hostname.c ifconfig.c ping.c | 339 | // users: traceroute.c hostname.c ifconfig.c ping.c |
340 | struct hostent *xgethostbyname(const char *name); | 340 | struct hostent *xgethostbyname(const char *name); |
341 | //TODO: eliminate gethostbyname2 in arping (the only remaining place), | ||
342 | //use host_and_af2sockaddr instead. | ||
343 | 341 | ||
344 | 342 | ||
345 | extern char *xstrdup(const char *s); | 343 | extern char *xstrdup(const char *s); |