Module Name: src Committed By: dholland Date: Fri Apr 23 05:10:19 UTC 2010
Modified Files: src/sys/sys: vnode.h Log Message: vgonel() went away a long time ago, so stop declaring it. To generate a diff of this commit: cvs rdiff -u -r1.216 -r1.217 src/sys/sys/vnode.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/vnode.h diff -u src/sys/sys/vnode.h:1.216 src/sys/sys/vnode.h:1.217 --- src/sys/sys/vnode.h:1.216 Sat Apr 10 19:41:54 2010 +++ src/sys/sys/vnode.h Fri Apr 23 05:10:19 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: vnode.h,v 1.216 2010/04/10 19:41:54 pooka Exp $ */ +/* $NetBSD: vnode.h,v 1.217 2010/04/23 05:10:19 dholland Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -589,7 +589,6 @@ int vget(struct vnode *, int); bool vtryget(struct vnode *); void vgone(struct vnode *); -void vgonel(struct vnode *, struct lwp *); int vinvalbuf(struct vnode *, int, kauth_cred_t, struct lwp *, bool, int); void vprint(const char *, struct vnode *); void vput(struct vnode *);