source:
npl/system/netkit-ftp/patches/27-netkit-ftp-0.17-remove-nested-include.patch
@
c9755c3
Last change on this file since c9755c3 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 634 bytes |
-
netkit-ftp-0.
old new char ftp_rcsid[] = 74 74 #include <sys/socket.h> 75 75 #include <sys/time.h> 76 76 #include <sys/file.h> 77 #include <sys/poll.h> 77 78 78 79 #include <netinet/in.h> 79 80 #include <netinet/ip.h> … … sendrequest(const char *cmd, char *local 820 821 /* It can be later removed. */ 821 822 if (old_code_l == 150 && code == 150 && cpend == 1 822 823 && sunique == 1 && cin != NULL && fileno (cin) >= 0 ) { 823 #include <sys/poll.h>824 824 struct pollfd fds_events_l [2] ; 825 825 int rc; 826 826
Note: See TracBrowser
for help on using the repository browser.