Whamcloud - gitweb
Add support for the DIR_NLINK feature.
[tools/e2fsprogs.git] / lib / ext2fs / tst_byteswap.c
index 96e44ec..d73fb41 100644 (file)
 #include <errno.h>
 #endif
 
-#if EXT2_FLAT_INCLUDES
 #include "ext2_fs.h"
-#else
-#include <linux/ext2_fs.h>
-#endif
-
 #include "ext2fs.h"
 
 __u16 test1[] = {
@@ -49,7 +44,7 @@ __u32 test2[] = {
        0x00000000, 0x00000000
        };
 
-int main(int argc, char *argv)
+int main(int argc, char **argv)
 {
        int     i;
        int     errors = 0;