ChangeLog, libext2fs.texinfo:
libext2fs.texinfo: Change ino_t to ext2_ino_t
ChangeLog, extent.c, main.c, resize2fs.c:
extent.c, main.c, resize2fs.c: Change ino_t to ext2_ino_t.
ChangeLog, mke2fs.c:
mke2fs.c: Change ino_t to ext2_ino_t.
ChangeLog, test_icount.c, test_rel.c:
test_icount.c, test_rel.c: Change ino_t to ext2_ino_t
diff --git a/misc/ChangeLog b/misc/ChangeLog
index f352293..d530659 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -1,3 +1,7 @@
+2001-01-11 <tytso@snap.thunk.org>
+
+ * mke2fs.c: Change ino_t to ext2_ino_t.
+
2001-01-08 <tytso@snap.thunk.org>
* Makefile.in, tune2fs.c: Move e2label functionality into tune2fs,