[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.91 and 1.92

version 1.91, 2015/02/09 08:24:20 version 1.92, 2015/09/27 05:25:01
Line 319 
Line 319 
                 longjmp(ptabort, 1);                  longjmp(ptabort, 1);
 }  }
   
 /*VARARGS*/  
 int  int
 command(const char *fmt, ...)  command(const char *fmt, ...)
 {  {

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92