summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs/union.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-08-10 07:10:02 +0000
committerobrien <obrien@FreeBSD.org>2005-08-10 07:10:02 +0000
commitd5d343a0fd32ccf4d1ac54fbf4e20d7373d6835e (patch)
tree49fbc5f020a8da2fa5cf922f39cf93bcb6756dd2 /sys/fs/unionfs/union.h
parent10886230c53539a656a717ab29490a1c70d2d067 (diff)
downloadFreeBSD-src-d5d343a0fd32ccf4d1ac54fbf4e20d7373d6835e.zip
FreeBSD-src-d5d343a0fd32ccf4d1ac54fbf4e20d7373d6835e.tar.gz
Remove public declarations of variables that were forgotten when they were
made static.
Diffstat (limited to 'sys/fs/unionfs/union.h')
-rw-r--r--sys/fs/unionfs/union.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/unionfs/union.h b/sys/fs/unionfs/union.h
index ff3db84..757e242 100644
--- a/sys/fs/unionfs/union.h
+++ b/sys/fs/unionfs/union.h
@@ -135,7 +135,6 @@ extern int (*union_dircheckp)(struct thread *, struct vnode **,
#define UDEBUG_ENABLED 1
extern struct vop_vector union_vnodeops;
-extern struct vfsops union_vfsops;
extern int uniondebug;
#endif /* _KERNEL */
OpenPOWER on IntegriCloud