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

Diff for /src/usr.bin/ftp/cmds.c between version 1.45 and 1.46

version 1.45, 2003/06/03 02:56:08 version 1.46, 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[] = "@(#)cmds.c      8.6 (Berkeley) 10/9/94";  
 #else  
 static char rcsid[] = "$OpenBSD$";  static char rcsid[] = "$OpenBSD$";
 #endif  #endif /* not lint and not SMALL */
 #endif /* not lint */  
   
 /*  /*
  * FTP User Program -- Command Routines.   * FTP User Program -- Command Routines.

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46