avoid compiler warning and remove unused variable vpid.

This commit is contained in:
frueauf 1999-09-20 07:29:27 +00:00
parent 1c2455ff92
commit 8add3d9e07

View File

@ -1,4 +1,4 @@
/* $NetBSD: adlookup.c,v 1.24 1999/09/05 14:26:32 jdolecek Exp $ */
/* $NetBSD: adlookup.c,v 1.25 1999/09/20 07:29:27 frueauf Exp $ */
/*
* Copyright (c) 1994 Christian E. Hopps
@ -67,7 +67,7 @@ adosfs_lookup(v)
struct vnode **a_vpp;
struct componentname *a_cnp;
} */ *sp = v;
int nameiop, last, lockp, wantp, flags, error, vpid, nocache, i;
int nameiop, last, lockp, wantp, flags, error, nocache, i;
struct componentname *cnp;
struct vnode **vpp; /* place to store result */
struct anode *ap; /* anode to find */