summaryrefslogtreecommitdiff
path: root/net/IglooFTP/patches/patch-ab
blob: e4299024f9959da83ab5a0450ada04da7dab97a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ab,v 1.2 2005/11/03 22:39:38 rillig Exp $

--- src/FTP.c.orig	Thu Apr 15 20:05:13 1999
+++ src/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>