[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.41 and 1.42

version 1.41, 2002/08/04 00:48:34 version 1.42, 2003/05/13 01:41:48
Line 59 
Line 59 
 #include <sys/unpcb.h>  #include <sys/unpcb.h>
 #include <sys/sysctl.h>  #include <sys/sysctl.h>
 #include <sys/filedesc.h>  #include <sys/filedesc.h>
 #include <sys/mount.h>  
 #define _KERNEL  #define _KERNEL
   #include <sys/mount.h>
 #include <crypto/cryptodev.h>  #include <crypto/cryptodev.h>
 #include <dev/systrace.h>  #include <dev/systrace.h>
 #include <sys/file.h>  #include <sys/file.h>

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42