summaryrefslogtreecommitdiff
path: root/ufs/ufs.h
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-08-29 20:14:18 +0000
committerThomas Bushnell <thomas@gnu.org>1996-08-29 20:14:18 +0000
commit22e0d8473f89e19852d2b30d16347703f3b8617a (patch)
treeeede8a508e133c555f94915a2420209b532a4dc2 /ufs/ufs.h
parent409adee2a6f70eab316757db78e7d6be2d415e59 (diff)
*** empty log message ***
Diffstat (limited to 'ufs/ufs.h')
-rw-r--r--ufs/ufs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ufs/ufs.h b/ufs/ufs.h
index ea13475e..f4b36ea5 100644
--- a/ufs/ufs.h
+++ b/ufs/ufs.h
@@ -36,6 +36,8 @@ struct disknode
{
ino_t number;
+ int dir_idx;
+
/* For a directory, this array holds the number of directory entries in
each DIRBLKSIZE piece of the directory. */
int *dirents;