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

Diff for /src/usr.bin/ftp/main.c between version 1.74 and 1.75

version 1.74, 2009/04/27 08:32:15 version 1.75, 2009/04/27 21:37:13
Line 59 
Line 59 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 static const char copyright[] =  
 "@(#) Copyright (c) 1985, 1989, 1993, 1994\n\  
         The Regents of the University of California.  All rights reserved.\n";  
 #endif /* not lint */  
   
 #if !defined(lint) && !defined(SMALL)  
 static const char rcsid[] = "$OpenBSD$";  
 #endif /* not lint and not SMALL */  
   
 /*  /*
  * FTP User Program -- Command Interface.   * FTP User Program -- Command Interface.
  */   */

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75