diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 1999-02-19 17:41:14 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 1999-02-19 17:41:14 +0000 |
| commit | cd0fb97e250960adfaccda3838f5ff44665a0823 (patch) | |
| tree | 6933ace5d91fa9dd5e5026382b7e1b48c3b9bace /sys | |
| parent | 42e26d47bdefe2d88e22695c4340ac768adfa06a (diff) | |
Notes
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 495425d82c40..265537eef7ec 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)); |
