1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/ftp/IglooFTP/files/patch-aa
2000-10-05 06:36:23 +00:00

17 lines
318 B
Plaintext

--- 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>