mirror of
https://github.com/mirror/wget.git
synced 2025-01-25 03:41:00 +08:00
[svn] No longer include INET headers in ftp-basic.c.
This commit is contained in:
parent
66cc6d43f6
commit
cd8797a2a2
@ -1,3 +1,8 @@
|
|||||||
|
2003-11-16 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* ftp-basic.c: Don't include <arpa/inet.h> and others because
|
||||||
|
they're no longer needed.
|
||||||
|
|
||||||
2003-11-16 Hrvoje Niksic <hniksic@xemacs.org>
|
2003-11-16 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* main.c (main): Don't allow setting of both opt.ipv4_only and
|
* main.c (main): Don't allow setting of both opt.ipv4_only and
|
||||||
|
@ -44,17 +44,6 @@ so, delete this exception statement from your version. */
|
|||||||
#endif
|
#endif
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
/* For inet_ntop. */
|
|
||||||
#ifndef WINDOWS
|
|
||||||
#include <sys/socket.h>
|
|
||||||
#include <netinet/in.h>
|
|
||||||
#include <arpa/inet.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef WINDOWS
|
|
||||||
# include <winsock.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include "rbuf.h"
|
#include "rbuf.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user