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

Diff for /src/usr.bin/ruptime/Attic/ruptime.c between version 1.15 and 1.16

version 1.15, 2009/10/15 08:20:43 version 1.16, 2009/10/27 23:59:43
Line 29 
Line 29 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 const char copyright[] =  
 "@(#) Copyright (c) 1983 The Regents of the University of California.\n\  
  All rights reserved.\n";  
 #endif /* not lint */  
   
 #ifndef lint  
 /*static const char sccsid[] = "from: @(#)ruptime.c     5.8 (Berkeley) 7/21/90";*/  
 static const char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/file.h>  #include <sys/file.h>
 #include <dirent.h>  #include <dirent.h>

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16