aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/ext2fs/inode.h
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-10-13 15:45:43 +0000
committerBruce Evans <bde@FreeBSD.org>1998-10-13 15:45:43 +0000
commitd2165c2f7d8bf2783caa37e8e1e25610740e04fe (patch)
treeb099640f34250d94ccd25e8274264aa1986fa096 /sys/gnu/ext2fs/inode.h
parent202bab39443927344a530fc91a945eb062046fb0 (diff)
Notes
Diffstat (limited to 'sys/gnu/ext2fs/inode.h')
-rw-r--r--sys/gnu/ext2fs/inode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/gnu/ext2fs/inode.h b/sys/gnu/ext2fs/inode.h
index 76b7b5e2c27ef..4b6ca7dfc3eb3 100644
--- a/sys/gnu/ext2fs/inode.h
+++ b/sys/gnu/ext2fs/inode.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)inode.h 8.9 (Berkeley) 5/14/95
- * $Id: inode.h,v 1.22 1998/03/26 20:53:58 phk Exp $
+ * $Id: inode.h,v 1.23 1998/07/03 22:17:01 bde Exp $
*/
#ifndef _UFS_UFS_INODE_H_
@@ -92,7 +92,7 @@ struct inode {
doff_t i_offset; /* Offset of free space in directory. */
ino_t i_ino; /* Inode number of found directory. */
u_int32_t i_reclen; /* Size of found directory entry. */
- int i_spare[5]; /* XXX actually non-spare (for ext2fs). */
+ u_int32_t i_spare[4]; /* XXX actually non-spare (for ext2fs). */
/*
* The on-disk dinode itself.
*/