Many files:
  Checkin of e2fsprogs 0.5b

diff --git a/e2fsck/ehandler.c b/e2fsck/ehandler.c
index 96aedfb..4873a95 100644
--- a/e2fsck/ehandler.c
+++ b/e2fsck/ehandler.c
@@ -44,10 +44,10 @@
 		return 0;
 	}
 	if (operation)
-		printf("Error reading block %ld (%s) while %s.  ", block,
+		printf("Error reading block %lu (%s) while %s.  ", block,
 		       error_message(error), operation);
 	else
-		printf("Error reading block %ld (%s).  ", block,
+		printf("Error reading block %lu (%s).  ", block,
 		       error_message(error));
 	preenhalt();
 	if (ask("Ignore error", 1))
@@ -84,10 +84,10 @@
 	}
 	
 	if (operation)
-		printf("Error writing block %ld (%s) while %s.  ", block,
+		printf("Error writing block %lu (%s) while %s.  ", block,
 		       error_message(error), operation);
 	else
-		printf("Error writing block %ld (%s).  ", block,
+		printf("Error writing block %lu (%s).  ", block,
 		       error_message(error));
 	preenhalt();
 	if (ask("Ignore error", 1))