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

Diff for /src/usr.bin/ftp/domacro.c between version 1.9 and 1.10

version 1.9, 2003/06/03 02:56:08 version 1.10, 2003/12/16 21:46:22
Line 30 
Line 30 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  #if !defined(lint) && !defined(SMALL)
 #if 0  
 static char sccsid[] = "@(#)domacro.c   8.3 (Berkeley) 4/2/94";  
 #else  
 static char rcsid[] = "$OpenBSD$";  static char rcsid[] = "$OpenBSD$";
 #endif  #endif /* not lint and not SMALL */
 #endif /* not lint */  
   
 #include <ctype.h>  #include <ctype.h>
 #include <signal.h>  #include <signal.h>

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10