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

Diff for /src/usr.bin/ftp/util.c between version 1.69 and 1.70

version 1.69, 2015/01/30 04:45:45 version 1.70, 2015/02/09 04:10:50
Line 66 
Line 66 
 /*  /*
  * FTP User Program -- Misc support routines   * FTP User Program -- Misc support routines
  */   */
 #include <sys/param.h>  /* BSD */  
 #include <sys/ioctl.h>  #include <sys/ioctl.h>
 #include <sys/time.h>  #include <sys/time.h>
 #include <arpa/ftp.h>  #include <arpa/ftp.h>
Line 169 
Line 168 
                 if (autologin)                  if (autologin)
                         (void)ftp_login(argv[1], NULL, NULL);                          (void)ftp_login(argv[1], NULL, NULL);
   
 #if (defined(unix) || defined(BSD)) && NBBY == 8  
 /*  
  * this ifdef is to keep someone form "porting" this to an incompatible  
  * system and not checking this out. This way they have to think about it.  
  */  
                 overbose = verbose;                  overbose = verbose;
 #ifndef SMALL  #ifndef SMALL
                 if (!debug)                  if (!debug)
Line 211 
Line 205 
                                 unix_server = 0;                                  unix_server = 0;
                 }                  }
                 verbose = overbose;                  verbose = overbose;
 #endif /* unix || BSD */  
         }          }
 }  }
   

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70