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

Diff for /src/usr.bin/fstat/fstat.c between version 1.69 and 1.70

version 1.69, 2009/07/12 21:33:30 version 1.70, 2009/10/27 23:59:38
Line 45 
Line 45 
  * SUCH DAMAGE.   * 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  
 /*static const char sccsid[] = "from: @(#)fstat.c       8.1 (Berkeley) 6/6/93";*/  
 static const char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/queue.h>  #include <sys/queue.h>
 #include <sys/mount.h>  #include <sys/mount.h>

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70