diff options
Diffstat (limited to 'libbb/xgethostbyname.c')
-rw-r--r-- | libbb/xgethostbyname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/xgethostbyname.c b/libbb/xgethostbyname.c index 3bb522d80..f1839f7e6 100644 --- a/libbb/xgethostbyname.c +++ b/libbb/xgethostbyname.c | |||
@@ -10,7 +10,7 @@ | |||
10 | //#include <netdb.h> | 10 | //#include <netdb.h> |
11 | #include "libbb.h" | 11 | #include "libbb.h" |
12 | 12 | ||
13 | struct hostent *xgethostbyname(const char *name) | 13 | struct hostent* FAST_FUNC xgethostbyname(const char *name) |
14 | { | 14 | { |
15 | struct hostent *retval = gethostbyname(name); | 15 | struct hostent *retval = gethostbyname(name); |
16 | if (!retval) | 16 | if (!retval) |