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

Diff for /src/usr.bin/whatis/Attic/whatis.c between version 1.12 and 1.13

version 1.12, 2007/03/20 03:56:13 version 1.13, 2009/10/27 23:59:50
Line 29 
Line 29 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 static char copyright[] =  
 "@(#) Copyright (c) 1987, 1993\n\  
         The Regents of the University of California.  All rights reserved.\n";  
 #endif /* not lint */  
   
 #ifndef lint  
 static char sccsid[] = "@(#)whatis.c    8.5 (Berkeley) 11/26/93";  
 #endif /* not lint */  
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/queue.h>  #include <sys/queue.h>
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13