[BACK]Return to ftp.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ftp

Diff for /src/usr.bin/ftp/ftp.c between version 1.29 and 1.30

version 1.29, 1998/07/07 17:26:41 version 1.30, 1998/09/19 20:02:23
Line 871 
Line 871 
                 goto abort;                  goto abort;
         if (!ignorespecial && strcmp(local, "-") == 0) {          if (!ignorespecial && strcmp(local, "-") == 0) {
                 fout = stdout;                  fout = stdout;
                 progress = 0;  
                 preserve = 0;                  preserve = 0;
         } else if (!ignorespecial && *local == '|') {          } else if (!ignorespecial && *local == '|') {
                 oldintp = signal(SIGPIPE, SIG_IGN);                  oldintp = signal(SIGPIPE, SIG_IGN);

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30