]> sjero.net Git - wget/blobdiff - src/ftp-basic.c
[svn] Include <netdb.h> where h_errno is used. Likewise for <errno.h> and errno.
[wget] / src / ftp-basic.c
index 8f6f25e1ba207a4fecf1165ed77c79b62df3a341..d6d7c5a96572ea9421238ccd3e92daf3af7d1fe8 100644 (file)
@@ -43,13 +43,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "host.h"
 #include "ftp.h"
 
-#ifndef errno
-extern int errno;
-#endif
-#ifndef h_errno
-extern int h_errno;
-#endif
-
 char ftp_last_respline[128];
 
 \f