diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-10-18 04:11:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-10-18 04:11:39 +0000 |
commit | 74400ccfd08e8ff72b9147951dd437dd3bb7abb1 (patch) | |
tree | d1e5c30982d3ef735c33b3b52722aaaadd8daaaa /libbb/xgethostbyname.c | |
parent | 8acbf1d3079e9ed6d15c39bd57135b13ecb4076f (diff) | |
download | busybox-w32-74400ccfd08e8ff72b9147951dd437dd3bb7abb1.tar.gz busybox-w32-74400ccfd08e8ff72b9147951dd437dd3bb7abb1.tar.bz2 busybox-w32-74400ccfd08e8ff72b9147951dd437dd3bb7abb1.zip |
Scrub up some function prototypes.
-Erik
Diffstat (limited to 'libbb/xgethostbyname.c')
-rw-r--r-- | libbb/xgethostbyname.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbb/xgethostbyname.c b/libbb/xgethostbyname.c index 258510332..be56f2ed1 100644 --- a/libbb/xgethostbyname.c +++ b/libbb/xgethostbyname.c | |||
@@ -22,10 +22,9 @@ | |||
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include <netdb.h> | 24 | #include <netdb.h> |
25 | extern int h_errno; | ||
26 | |||
27 | #include "libbb.h" | 25 | #include "libbb.h" |
28 | 26 | ||
27 | |||
29 | struct hostent *xgethostbyname(const char *name) | 28 | struct hostent *xgethostbyname(const char *name) |
30 | { | 29 | { |
31 | struct hostent *retval; | 30 | struct hostent *retval; |