summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext2fs/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog
index d41ad76f..322eb7c2 100644
--- a/ext2fs/ChangeLog
+++ b/ext2fs/ChangeLog
@@ -1,5 +1,10 @@
1999-05-23 Roland McGrath <roland@baalperazim.frob.com>
+ * ialloc.c (diskfs_alloc_node): Frob printf format to suppress warning.
+ * getblk.c (ext2_getblk): Likewise.
+ * balloc.c (ext2_free_blocks): Likewise.
+ * hyper.c (get_hypermetadata): Likewise.
+
* ialloc.c (diskfs_alloc_node): If creator_os is not EXT2_OS_HURD,
suppress warnings about stale nonzero st_blocks or st_size.