Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern vgoneall is no more. remove redundant decl.
details: https://anonhg.NetBSD.org/src/rev/46aefea14089
branches: trunk
changeset: 571214:46aefea14089
user: christos <christos%NetBSD.org@localhost>
date: Sun Nov 14 00:36:21 2004 +0000
description:
vgoneall is no more. remove redundant decl.
diffstat:
sys/kern/vfs_subr.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r c9718d93d813 -r 46aefea14089 sys/kern/vfs_subr.c
--- a/sys/kern/vfs_subr.c Sat Nov 13 22:28:49 2004 +0000
+++ b/sys/kern/vfs_subr.c Sun Nov 14 00:36:21 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vfs_subr.c,v 1.235 2004/09/22 11:47:23 lukem Exp $ */
+/* $NetBSD: vfs_subr.c,v 1.236 2004/11/14 00:36:21 christos Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -78,7 +78,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_subr.c,v 1.235 2004/09/22 11:47:23 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_subr.c,v 1.236 2004/11/14 00:36:21 christos Exp $");
#include "opt_inet.h"
#include "opt_ddb.h"
@@ -180,7 +180,6 @@
*/
void insmntque(struct vnode *, struct mount *);
int getdevvp(dev_t, struct vnode **, enum vtype);
-void vgoneall(struct vnode *);
void vclean(struct vnode *, int, struct proc *);
Home |
Main Index |
Thread Index |
Old Index