[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.36 and 1.37

version 1.36, 2000/06/21 19:22:54 version 1.37, 2000/06/27 00:19:16
Line 1193 
Line 1193 
 initconn()  initconn()
 {  {
         char *p, *a;          char *p, *a;
         int result, len, tmpno = 0;          int result = ERROR, len, tmpno = 0;
         int on = 1;          int on = 1;
         int error;          int error;
         u_int addr[16], port[2];          u_int addr[16], port[2];

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37