source: npl/system/netkit-ftp/patches/27-netkit-ftp-0.17-remove-nested-include.patch @ 94a6f37

Last change on this file since 94a6f37 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 634 bytes
  • netkit-ftp-0.

    old new char ftp_rcsid[] = 
    7474#include <sys/socket.h>
    7575#include <sys/time.h>
    7676#include <sys/file.h>
     77#include <sys/poll.h>
    7778
    7879#include <netinet/in.h>
    7980#include <netinet/ip.h>
    sendrequest(const char *cmd, char *local 
    820821        /* It can be later removed.                              */
    821822        if (old_code_l == 150 && code == 150 && cpend == 1
    822823            && sunique == 1 && cin !=  NULL && fileno (cin) >=  0 ) {
    823                 #include <sys/poll.h>
    824824                struct pollfd  fds_events_l [2] ;
    825825                int rc;
    826826
Note: See TracBrowser for help on using the repository browser.