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

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

version 1.14, 2008/06/01 21:42:30 version 1.15, 2009/10/27 23:59:43
Line 30 
Line 30 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 static char copyright[] =  
 "@(#) Copyright (c) 1980, 1987, 1993\n\  
         The Regents of the University of California.  All rights reserved.\n";  
 #endif /* not lint */  
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)strings.c   8.2 (Berkeley) 1/28/94";  
 #endif  
 static char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <sys/types.h>  #include <sys/types.h>
   
 #include <a.out.h>  #include <a.out.h>

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