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

Diff for /src/usr.bin/rev/rev.c between version 1.9 and 1.10

version 1.9, 2007/03/16 17:16:28 version 1.10, 2009/10/27 23:59:42
Line 30 
Line 30 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 static char copyright[] =  
 "@(#) Copyright (c) 1987, 1992, 1993\n\  
         The Regents of the University of California.  All rights reserved.\n";  
 #endif /* not lint */  
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)rev.c       8.3 (Berkeley) 5/4/95";  
 #else  
 static char rcsid[] = "$OpenBSD$";  
 #endif  
 #endif /* not lint */  
   
 #include <sys/types.h>  #include <sys/types.h>
   
 #include <err.h>  #include <err.h>

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