[BACK]Return to vnode_if.src CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/kern/vnode_if.src between version 1.24 and 1.24.4.1

version 1.24, 2000/05/13 23:43:07 version 1.24.4.1, 2000/12/14 23:37:38
Line 252  vop_fsync {
Line 252  vop_fsync {
         IN struct vnode *vp;          IN struct vnode *vp;
         IN struct ucred *cred;          IN struct ucred *cred;
         IN int flags;          IN int flags;
           IN off_t offlo
           IN off_t offhi
         IN struct proc *p;          IN struct proc *p;
 };  };
   

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.24.4.1

CVSweb <webmaster@jp.NetBSD.org>