aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs/nullfs/null.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/miscfs/nullfs/null.h')
-rw-r--r--sys/miscfs/nullfs/null.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/miscfs/nullfs/null.h b/sys/miscfs/nullfs/null.h
index 0b438fe0511b..7d46a11cd4ac 100644
--- a/sys/miscfs/nullfs/null.h
+++ b/sys/miscfs/nullfs/null.h
@@ -35,7 +35,7 @@
*
* @(#)null.h 8.3 (Berkeley) 8/20/94
*
- * $Id: null.h,v 1.6 1997/02/22 09:40:20 peter Exp $
+ * $Id: null.h,v 1.7 1997/05/25 04:50:02 peter Exp $
*/
struct null_args {
@@ -73,5 +73,4 @@ extern struct vnode *null_checkvp __P((struct vnode *vp, char *fil, int lno));
extern int null_bypass __P((struct vop_generic_args *ap));
extern vop_t **null_vnodeop_p;
-extern struct vfsops null_vfsops;
#endif /* KERNEL */