1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Remove redundant prototypes.

This commit is contained in:
Pawel Jakub Dawidek 2007-10-20 09:41:55 +00:00
parent 544f714198
commit 51662691fd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172826

View File

@ -591,8 +591,6 @@ void vattr_null(struct vattr *vap);
int vcount(struct vnode *vp);
void vdrop(struct vnode *);
void vdropl(struct vnode *);
void vfs_add_vnodeops(const void *);
void vfs_rm_vnodeops(const void *);
int vflush(struct mount *mp, int rootrefs, int flags, struct thread *td);
int vget(struct vnode *vp, int lockflag, struct thread *td);
void vgone(struct vnode *vp);