attached the fixed vgonel.patch
-- 
Lars Hartmann <l...@chaotika.org>

fix implicit declaration warning - found by Ben Kaduk <ka...@mit.edu>

From: Lars Hartmann <l...@chaotika.org>


---
 sys/sys/vnode.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h
index e82f8ea..8ec8d1f 100644
--- a/sys/sys/vnode.h
+++ b/sys/sys/vnode.h
@@ -626,6 +626,7 @@ void	vdestroy(struct vnode *);
 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);
+void	vgonel(struct vnode *vp);
 void	vhold(struct vnode *);
 void	vholdl(struct vnode *);
 int	vinvalbuf(struct vnode *vp, int save, int slpflag, int slptimeo);
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to