[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.4 and 1.5

version 1.4, 1996/06/03 16:35:05 version 1.5, 1996/06/26 05:33:38
Line 1 
Line 1 
   /*      $OpenBSD$       */
   
 /*  /*
  * Copyright (c) 1985, 1989, 1993, 1994   * Copyright (c) 1985, 1989, 1993, 1994
  *      The Regents of the University of California.  All rights reserved.   *      The Regents of the University of California.  All rights reserved.
Line 41 
Line 43 
 #if 0  #if 0
 static char sccsid[] = "@(#)main.c      8.6 (Berkeley) 10/9/94";  static char sccsid[] = "@(#)main.c      8.6 (Berkeley) 10/9/94";
 #else  #else
 static char rcsid[] = "$NetBSD: main.c,v 1.11 1996/05/07 00:16:55 pk Exp $";  static char rcsid[] = "$OpenBSD$";
 #endif  #endif
 #endif /* not lint */  #endif /* not lint */
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5