summaryrefslogtreecommitdiffstats
path: root/sys/ufs/mfs/mfsnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ufs/mfs/mfsnode.h')
-rw-r--r--sys/ufs/mfs/mfsnode.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/ufs/mfs/mfsnode.h b/sys/ufs/mfs/mfsnode.h
index 886edd8..28d9254 100644
--- a/sys/ufs/mfs/mfsnode.h
+++ b/sys/ufs/mfs/mfsnode.h
@@ -31,9 +31,12 @@
* SUCH DAMAGE.
*
* @(#)mfsnode.h 8.2 (Berkeley) 8/11/93
- * $Id$
+ * $Id: mfsnode.h,v 1.2 1994/08/02 07:54:46 davidg Exp $
*/
+#ifndef _UFS_MFS_MFSNODE_H_
+#define _UFS_MFS_MFSNODE_H_
+
/*
* This structure defines the control data for the memory based file system.
*/
@@ -85,3 +88,5 @@ struct mfsnode {
#define mfs_truncate ((int (*) __P((struct vop_truncate_args *)))mfs_badop)
#define mfs_update ((int (*) __P((struct vop_update_args *)))mfs_badop)
#define mfs_bwrite ((int (*) __P((struct vop_bwrite_args *)))vn_bwrite)
+
+#endif
OpenPOWER on IntegriCloud