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

Diff for /src/usr.bin/unvis/unvis.c between version 1.8 and 1.9

version 1.8, 2008/07/06 13:49:35 version 1.9, 2009/10/27 23:59:46
Line 29 
Line 29 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 static char copyright[] =  
 "@(#) Copyright (c) 1989, 1993\n\  
         The Regents of the University of California.  All rights reserved.\n";  
 #endif /* not lint */  
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)unvis.c     8.1 (Berkeley) 6/6/93";  
 #endif  
 static char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <err.h>  #include <err.h>

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