w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit 150b13e37b563add9370f9f23f4b22ff83c6920f
parent a52cfe0535e4b785048209ba8a2ee99fb350377e
Author: ukai <ukai>
Date:   Mon,  7 Apr 2003 15:26:10 +0000

[w3m-dev 03849] fix no INET6
* ftp.c: no need ifdef INET6
From: ABE Yuji <cbo46560@pop12.odn.ne.jp>

Diffstat:
MChangeLog | 5+++++
Mftp.c | 2--
2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +2003-04-08 ABE Yuji <cbo46560@pop12.odn.ne.jp> + + * [w3m-dev 03849] fix no INET6 + * ftp.c: no need ifdef INET6 + 2003-04-08 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> * [w3m-dev 03846] fix use_history diff --git a/ftp.c b/ftp.c @@ -15,11 +15,9 @@ #endif /* DEBUG */ #include <sys/socket.h> -#if defined(INET6) #include <netinet/in.h> #include <netdb.h> #include <arpa/inet.h> -#endif typedef struct _FTP { char *host;