diff options
Diffstat (limited to 'libbb/xgethostbyname.c')
-rw-r--r-- | libbb/xgethostbyname.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libbb/xgethostbyname.c b/libbb/xgethostbyname.c index f1839f7..7afa9b6 100644 --- a/libbb/xgethostbyname.c +++ b/libbb/xgethostbyname.c @@ -6,8 +6,6 @@ * * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ - -//#include <netdb.h> #include "libbb.h" struct hostent* FAST_FUNC xgethostbyname(const char *name) |