Remove two non-global variables.

Found by: bde (one)
Overlooked by: bde (one) :-)
This commit is contained in:
Poul-Henning Kamp 1998-01-12 19:10:43 +00:00
parent 920207a8e9
commit 115517b750
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32485

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)namei.h 8.5 (Berkeley) 1/9/95
* $Id: namei.h,v 1.17 1997/09/07 17:08:32 bde Exp $
* $Id: namei.h,v 1.18 1998/01/06 05:22:51 dyson Exp $
*/
#ifndef _SYS_NAMEI_H_
@ -169,8 +169,6 @@ struct namecache {
};
#ifdef KERNEL
extern u_long nextvnodeid;
extern u_long numvnodes;
int namei __P((struct nameidata *ndp));
int lookup __P((struct nameidata *ndp));