summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs/inode.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/gnu/ext2fs/inode.h')
-rw-r--r--sys/gnu/ext2fs/inode.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/gnu/ext2fs/inode.h b/sys/gnu/ext2fs/inode.h
index e379443..cda8fb44b 100644
--- a/sys/gnu/ext2fs/inode.h
+++ b/sys/gnu/ext2fs/inode.h
@@ -36,9 +36,12 @@
* SUCH DAMAGE.
*
* @(#)inode.h 8.4 (Berkeley) 1/21/94
- * $Id$
+ * $Id: inode.h,v 1.2 1994/08/02 07:54:49 davidg Exp $
*/
+#ifndef _UFS_UFS_INODE_H_
+#define _UFS_UFS_INODE_H_
+
#include <ufs/ufs/dinode.h>
/*
@@ -160,4 +163,6 @@ struct ufid {
ino_t ufid_ino; /* File number (ino). */
long ufid_gen; /* Generation number. */
};
+
+#endif
#endif /* KERNEL */
OpenPOWER on IntegriCloud