[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.61 and 1.62

version 1.61, 2006/02/16 07:41:01 version 1.62, 2006/04/25 05:45:20
Line 60 
Line 60 
  */   */
   
 #if !defined(lint) && !defined(SMALL)  #if !defined(lint) && !defined(SMALL)
 static char rcsid[] = "$OpenBSD$";  static const char rcsid[] = "$OpenBSD$";
 #endif /* not lint and not SMALL */  #endif /* not lint and not SMALL */
   
 #include <sys/types.h>  #include <sys/types.h>

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62