Blame SOURCES/netkit-ftp-0.17-remove-nested-include.patch

4f574c
--- netkit-ftp-0.17/ftp/ftp.c	2012-07-20 07:55:48.545151322 +0200
4f574c
+++ netkit-ftp-0.17-new/ftp/ftp.c	2012-07-20 08:05:07.941468914 +0200
4f574c
@@ -74,6 +74,7 @@ char ftp_rcsid[] =
4f574c
 #include <sys/socket.h>
4f574c
 #include <sys/time.h>
4f574c
 #include <sys/file.h>
4f574c
+#include <sys/poll.h>
4f574c
 
4f574c
 #include <netinet/in.h>
4f574c
 #include <netinet/ip.h>
4f574c
@@ -820,7 +821,6 @@ sendrequest(const char *cmd, char *local
4f574c
 	/* It can be later removed.                              */
4f574c
 	if (old_code_l == 150 && code == 150 && cpend == 1
4f574c
 	    && sunique == 1 && cin !=  NULL && fileno (cin) >=  0 ) {
4f574c
-		#include <sys/poll.h>
4f574c
 		struct pollfd  fds_events_l [2] ;
4f574c
 		int rc;
4f574c