summaryrefslogtreecommitdiff
path: root/sys/ufs/mfs/mfs_extern.h
diff options
context:
space:
mode:
authorThordur I. Bjornsson <thib@cvs.openbsd.org>2010-09-10 16:34:10 +0000
committerThordur I. Bjornsson <thib@cvs.openbsd.org>2010-09-10 16:34:10 +0000
commit924988b6ec2a9e6a026b5489028ad504451931ac (patch)
tree1b3c600d98211e262609942c2f20c60816cd46ec /sys/ufs/mfs/mfs_extern.h
parentdc82911ae9236515748693d3963bcf4c56827fcb (diff)
Backout the VOP diff until the issues naddy was seeing on alpha (gcc3)
have been resolved.
Diffstat (limited to 'sys/ufs/mfs/mfs_extern.h')
-rw-r--r--sys/ufs/mfs/mfs_extern.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/ufs/mfs/mfs_extern.h b/sys/ufs/mfs/mfs_extern.h
index 7dbd68e9028..2f6d498ce39 100644
--- a/sys/ufs/mfs/mfs_extern.h
+++ b/sys/ufs/mfs/mfs_extern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mfs_extern.h,v 1.16 2010/09/06 23:44:10 thib Exp $ */
+/* $OpenBSD: mfs_extern.h,v 1.17 2010/09/10 16:34:09 thib Exp $ */
/* $NetBSD: mfs_extern.h,v 1.4 1996/02/09 22:31:27 christos Exp $ */
/*-
@@ -43,8 +43,7 @@ struct vfsconf;
struct mbuf;
struct mfsnode;
-extern struct vops mfs_vops;
-
+__BEGIN_DECLS
/* mfs_vfsops.c */
int mfs_mount(struct mount *, const char *, void *, struct nameidata *,
struct proc *);
@@ -65,3 +64,4 @@ int mfs_print(void *);
#define mfs_revoke vop_generic_revoke
int mfs_badop(void *);
+__END_DECLS