summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThordur I. Bjornsson <thib@cvs.openbsd.org>2007-06-02 01:34:51 +0000
committerThordur I. Bjornsson <thib@cvs.openbsd.org>2007-06-02 01:34:51 +0000
commitacd7718c83396732a2881f352d4867f81012415b (patch)
tree3102fbd31b8b6ed255328cf83050aed65266e9d1
parent42f59c2c105435b3f58350ba06d6e069497e5252 (diff)
no need to extern nextvnodeid here.
ok beck@
-rw-r--r--sys/sys/namei.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/namei.h b/sys/sys/namei.h
index 83cf2ff28b8..043d7b42781 100644
--- a/sys/sys/namei.h
+++ b/sys/sys/namei.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: namei.h,v 1.18 2007/05/30 04:27:43 beck Exp $ */
+/* $OpenBSD: namei.h,v 1.19 2007/06/02 01:34:50 thib Exp $ */
/* $NetBSD: namei.h,v 1.11 1996/02/09 18:25:20 christos Exp $ */
/*
@@ -170,7 +170,6 @@ struct namecache {
};
#ifdef _KERNEL
-extern u_long nextvnodeid;
int namei(struct nameidata *ndp);
int lookup(struct nameidata *ndp);
int relookup(struct vnode *dvp, struct vnode **vpp,