[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.54 and 1.55

version 1.54, 2003/08/11 21:23:58 version 1.55, 2003/12/16 21:46:22
Line 59 
Line 59 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  #if !defined(lint) && !defined(SMALL)
 #if 0  
 static char sccsid[] = "@(#)ftp.c       8.6 (Berkeley) 10/27/94";  
 #else  
 static char rcsid[] = "$OpenBSD$";  static char rcsid[] = "$OpenBSD$";
 #endif  #endif /* not lint and not SMALL */
 #endif /* not lint */  
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/stat.h>  #include <sys/stat.h>

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55