summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,