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

Diff for /src/usr.bin/deroff/deroff.c between version 1.7 and 1.8

version 1.7, 2005/07/05 18:27:41 version 1.8, 2009/10/27 23:59:37
Line 62 
Line 62 
  * POSSIBILITY OF SUCH DAMAGE.   * POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 static const char copyright[] =  
 "@(#) Copyright (c) 1988, 1993\n\  
         The Regents of the University of California.  All rights reserved.\n";  
 #endif /* not lint */  
   
 #ifndef lint  
 #if 0  
 static const char sccsid[] = "@(#)deroff.c      8.1 (Berkeley) 6/6/93";  
 #else  
 static const char rcsid[] = "$OpenBSD$";  
 #endif  
 #endif /* not lint */  
   
 #include <err.h>  #include <err.h>
 #include <limits.h>  #include <limits.h>
 #include <stdio.h>  #include <stdio.h>

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