diff options
| author | Paul Richards <paul@FreeBSD.org> | 1994-08-21 07:19:45 +0000 |
|---|---|---|
| committer | Paul Richards <paul@FreeBSD.org> | 1994-08-21 07:19:45 +0000 |
| commit | 3301cc3c0a662e87eaedb3f0c0733638cd9b4188 (patch) | |
| tree | a2c9d32450a1cbb486eab50fb696102fd5011994 /sys/gnu/ext2fs | |
| parent | eb9fb78c34377526e72444b76d8645089422e75e (diff) | |
Notes
Diffstat (limited to 'sys/gnu/ext2fs')
| -rw-r--r-- | sys/gnu/ext2fs/ext2_mount.h | 7 | ||||
| -rw-r--r-- | sys/gnu/ext2fs/inode.h | 7 |
2 files changed, 11 insertions, 3 deletions
diff --git a/sys/gnu/ext2fs/ext2_mount.h b/sys/gnu/ext2fs/ext2_mount.h index 084abeb795d2..02fdff2eb3fa 100644 --- a/sys/gnu/ext2fs/ext2_mount.h +++ b/sys/gnu/ext2fs/ext2_mount.h @@ -31,9 +31,12 @@ * SUCH DAMAGE. * * @(#)ufsmount.h 8.2 (Berkeley) 1/12/94 - * $Id$ + * $Id: ufsmount.h,v 1.2 1994/08/02 07:55:04 davidg Exp $ */ +#ifndef _UFS_UFS_UFSMOUNT_H_ +#define _UFS_UFS_UFSMOUNT_H_ + struct buf; struct inode; struct nameidata; @@ -81,4 +84,4 @@ struct ufsmount { #define is_sequential(ump, a, b) ((b) == (a) + ump->um_seqinc) #define MNINDIR(ump) ((ump)->um_nindir) - +#endif diff --git a/sys/gnu/ext2fs/inode.h b/sys/gnu/ext2fs/inode.h index e37944321b47..cda8fb44b862 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 */ |
