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

Diff for /src/usr.bin/head/head.c between version 1.14 and 1.15

version 1.14, 2007/10/31 16:29:50 version 1.15, 2009/10/27 23:59:38
Line 29 
Line 29 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 static const char copyright[] =  
 "@(#) Copyright (c) 1980, 1987 Regents of the University of California.\n\  
  All rights reserved.\n";  
 /*static char sccsid[] = "from: @(#)head.c      5.5 (Berkeley) 6/1/90";*/  
 static const char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <ctype.h>  #include <ctype.h>

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15