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/resize/main.c b/resize/main.c
index 726ae3e..c91ddca 100644
--- a/resize/main.c
+++ b/resize/main.c
@@ -27,7 +27,7 @@
 
 char *program_name, *device_name;
 
-static volatile void usage (char *prog)
+static void usage (char *prog)
 {
 	fprintf (stderr, _("usage: %s [-d debug_flags] [-f] [-F] [-p] device [new-size]\n\n"), prog);
 
@@ -184,7 +184,7 @@
 		}
 		close(fd);
 #else
-		fprintf(stderr, _("BLKFLSBUF not supported"));
+		fprintf(stderr, _("BLKFLSBUF not supported\n"));
 		exit(1);
 #endif /* BLKFLSBUF */
 	}