Fixed type of vfs_free_netcred().

Removed redundant declaration of insmntque().
This commit is contained in:
Bruce Evans 1995-11-11 00:27:00 +00:00
parent 35701152cc
commit ceba6236e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12199
2 changed files with 4 additions and 8 deletions

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_subr.c 8.13 (Berkeley) 4/18/94
* $Id: vfs_subr.c,v 1.38 1995/11/07 05:09:43 dyson Exp $
* $Id: vfs_subr.c,v 1.39 1995/11/09 08:13:48 bde Exp $
*/
/*
@ -64,8 +64,6 @@
#include <miscfs/specfs/specdev.h>
void insmntque __P((struct vnode *, struct mount *));
enum vtype iftovt_tab[16] = {
VNON, VFIFO, VCHR, VNON, VDIR, VNON, VBLK, VNON,
VREG, VNON, VLNK, VNON, VSOCK, VNON, VNON, VBAD,
@ -1437,7 +1435,7 @@ vfs_hang_addrlist(mp, nep, argp)
static int
vfs_free_netcred(rn, w)
struct radix_node *rn;
caddr_t w;
void *w;
{
register struct radix_node_head *rnh = (struct radix_node_head *) w;

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_subr.c 8.13 (Berkeley) 4/18/94
* $Id: vfs_subr.c,v 1.38 1995/11/07 05:09:43 dyson Exp $
* $Id: vfs_subr.c,v 1.39 1995/11/09 08:13:48 bde Exp $
*/
/*
@ -64,8 +64,6 @@
#include <miscfs/specfs/specdev.h>
void insmntque __P((struct vnode *, struct mount *));
enum vtype iftovt_tab[16] = {
VNON, VFIFO, VCHR, VNON, VDIR, VNON, VBLK, VNON,
VREG, VNON, VLNK, VNON, VSOCK, VNON, VNON, VBAD,
@ -1437,7 +1435,7 @@ vfs_hang_addrlist(mp, nep, argp)
static int
vfs_free_netcred(rn, w)
struct radix_node *rn;
caddr_t w;
void *w;
{
register struct radix_node_head *rnh = (struct radix_node_head *) w;