summaryrefslogtreecommitdiff
path: root/net/IglooFTP/patches/patch-ab
blob: 95815966ee874949712ecb0a10e396cbb73c640c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ab,v 1.1.1.1 2002/07/11 21:40:41 agc Exp $

--- FTP.c.orig	Thu Apr 15 20:05:13 1999
+++ FTP.c	Mon May  3 12:59:56 1999
@@ -15,12 +15,12 @@
  */
 
 
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <netdb.h>
 #include <arpa/inet.h>
 #include <arpa/telnet.h>
-#include <sys/types.h>
 #include <sys/time.h>
 #include <resolv.h>