[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.43 and 1.44

version 1.43, 2003/06/03 02:56:08 version 1.44, 2003/06/10 22:20:46
Line 616 
Line 616 
 }  }
   
 int  int
 xfs_filestat(vp, fsp)  xfs_filestat(struct vnode *vp, struct filestat *fsp)
         struct vnode *vp;  
         struct filestat *fsp;  
 {  {
         struct xfs_node xfs_node;          struct xfs_node xfs_node;
   

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44