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

Diff for /src/usr.bin/pr/pr.c between version 1.27 and 1.28

version 1.27, 2009/02/07 17:51:22 version 1.28, 2009/10/27 23:59:41
Line 33 
Line 33 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 static char copyright[] =  
 "@(#) Copyright (c) 1993\n\  
         The Regents of the University of California.  All rights reserved.\n";  
 #endif /* not lint */  
   
 #ifndef lint  
 /* from: static char sccsid[] = "@(#)pr.c       8.1 (Berkeley) 6/6/93"; */  
 static char *rcsid = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/time.h>  #include <sys/time.h>
 #include <sys/stat.h>  #include <sys/stat.h>

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28