summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/ufs/ffs/fs.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/ufs/ffs/fs.h b/sys/ufs/ffs/fs.h
index 19b15ef..a7ad0e0 100644
--- a/sys/ufs/ffs/fs.h
+++ b/sys/ufs/ffs/fs.h
@@ -31,9 +31,12 @@
* SUCH DAMAGE.
*
* @(#)fs.h 8.7 (Berkeley) 4/19/94
- * $Id$
+ * $Id: fs.h,v 1.2 1994/08/02 07:54:26 davidg Exp $
*/
+#ifndef _UFS_FFS_FS_H_
+#define _UFS_FFS_FS_H_
+
/*
* Each disk drive contains some number of file systems.
* A file system consists of a number of cylinder groups.
@@ -488,3 +491,5 @@ struct ocg {
extern int inside[], around[];
extern u_char *fragtbl[];
+
+#endif
OpenPOWER on IntegriCloud