Whamcloud - gitweb
resize2fs: use EXT2_FLAG_64BITS
[tools/e2fsprogs.git] / e2fsck / region.c
index 0cec6a9..e9abb56 100644 (file)
@@ -9,11 +9,15 @@
  * %End-Header%
  */
 
+#include "config.h"
 #if HAVE_UNISTD_H
 #include <unistd.h>
 #endif
 #include <string.h>
 
+#ifdef TEST_PROGRAM
+#undef ENABLE_NLS
+#endif
 #include "e2fsck.h"
 
 struct region_el {
@@ -169,7 +173,7 @@ int main(int argc, char **argv)
 {
        region_t        r;
        int             pc = 0, ret;
-       region_addr_t   start, end, len;
+       region_addr_t   start, end;
 
 
        while (1) {