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

Diff for /src/usr.bin/ftp/main.c between version 1.39 and 1.40

version 1.39, 1998/05/13 08:59:08 version 1.40, 1998/06/08 16:55:58
Line 171 
Line 171 
         if (isatty(fileno(ttyout)) && !dumb_terminal && foregroundproc())          if (isatty(fileno(ttyout)) && !dumb_terminal && foregroundproc())
                 progress = 1;           /* progress bar on if tty is usable */                  progress = 1;           /* progress bar on if tty is usable */
   
         while ((ch = getopt(argc, argv, "Aadegino:pPr:tvV")) != -1) {          while ((ch = getopt(argc, argv, "Aadegino:pP:r:tvV")) != -1) {
                 switch (ch) {                  switch (ch) {
                 case 'A':                  case 'A':
                         activefallback = 0;                          activefallback = 0;

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40