aboutsummaryrefslogtreecommitdiffstats
path: root/ftp.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ftp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ftp.c b/ftp.c
index d0a63ca..ca1628b 100644
--- a/ftp.c
+++ b/ftp.c
@@ -1,4 +1,4 @@
-/* $Id: ftp.c,v 1.30 2003/04/06 16:27:54 ukai Exp $ */
+/* $Id: ftp.c,v 1.31 2003/04/07 15:26:15 ukai Exp $ */
#include <stdio.h>
#include <pwd.h>
#include <Str.h>
@@ -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;