summaryrefslogtreecommitdiff
path: root/ext2fs/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-10-03 22:52:58 +0000
committerRoland McGrath <roland@gnu.org>1999-10-03 22:52:58 +0000
commit540a7995dea2e7117081927c280bdd94ffc89035 (patch)
tree881ec2219c57acf2dc068a7564739e75bd233f52 /ext2fs/ChangeLog
parentec38189f01d703d747e441e00cf847b09382df38 (diff)
.
Diffstat (limited to 'ext2fs/ChangeLog')
-rw-r--r--ext2fs/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog
index c204fdce..16697666 100644
--- a/ext2fs/ChangeLog
+++ b/ext2fs/ChangeLog
@@ -1,5 +1,11 @@
1999-10-03 Roland McGrath <roland@baalperazim.frob.com>
+ * dir.c (file_type_ext2): #if 0 out.
+ (diskfs_direnter_hard): #if 0 out code to set file_type field in
+ directory entries. Instead, always set it to zero.
+
+1999-10-03 Roland McGrath <roland@baalperazim.frob.com>
+
* bitmap.c (ffz): Subtract one from (1-origin) result of ffs to get
our (0-origin) result.