diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/vnode.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index 495425d..265537e 100644 --- a/sys/sys/vnode.h +++ b/sys/sys/vnode.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)vnode.h 8.7 (Berkeley) 2/4/94 - * $Id: vnode.h,v 1.83 1999/01/28 17:30:51 dillon Exp $ + * $Id: vnode.h,v 1.84 1999/02/03 04:12:36 semenu Exp $ */ #ifndef _SYS_VNODE_H_ @@ -522,7 +522,6 @@ int vn_rdwr __P((enum uio_rw rw, struct vnode *vp, caddr_t base, int len, off_t offset, enum uio_seg segflg, int ioflg, struct ucred *cred, int *aresid, struct proc *p)); int vn_stat __P((struct vnode *vp, struct stat *sb, struct proc *p)); -void vn_syncer_add_to_worklist __P((struct vnode *vp, int delay)); int vfs_cache_lookup __P((struct vop_lookup_args *ap)); int vfs_object_create __P((struct vnode *vp, struct proc *p, struct ucred *cred)); |