summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs/inode.h
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1994-08-21 07:19:45 +0000
committerpaul <paul@FreeBSD.org>1994-08-21 07:19:45 +0000
commitef6f4b86ab038cbd661be4b2c78c57d787f9526f (patch)
treea2c9d32450a1cbb486eab50fb696102fd5011994 /sys/gnu/ext2fs/inode.h
parentbcc18c44d8f807cbe41360d366b0acbab357d1fc (diff)
downloadFreeBSD-src-ef6f4b86ab038cbd661be4b2c78c57d787f9526f.zip
FreeBSD-src-ef6f4b86ab038cbd661be4b2c78c57d787f9526f.tar.gz
Made idempotent
Reviewed by: Submitted by:
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