freebsd-ports/ftp/IglooFTP/files/patch-aa
Seiichirou Hiraoka fe38af43c7 PR: ports/11463
Submitted by:	andy@icc.surw.chel.su
Easy to use FTP client for X Window System.
1999-05-07 17:43:08 +00:00

17 lines
340 B
Plaintext

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