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

Diff for /src/usr.bin/time/time.c between version 1.17 and 1.18

version 1.17, 2009/07/14 17:24:08 version 1.18, 2009/10/27 23:59:44
Line 30 
Line 30 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 static char copyright[] =  
 "@(#) Copyright (c) 1987, 1988, 1993\n\  
         The Regents of the University of California.  All rights reserved.\n";  
 #endif /* not lint */  
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)time.c      8.1 (Berkeley) 6/6/93";  
 #endif  
 static char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/time.h>  #include <sys/time.h>
 #include <sys/resource.h>  #include <sys/resource.h>

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18