X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lib%2Fext2fs%2Ftst_byteswap.c;h=d73fb419db29ce69879b1edd6da461acaf7daf6d;hb=a7c9cb7d0dc464eda26958595b728a6c3a4cacbc;hp=96e44ecd7e2f11dda524998b97876b77cb11f284;hpb=9ec53cf4f32cc65e91a9c71651f05a6d872a7088;p=tools%2Fe2fsprogs.git diff --git a/lib/ext2fs/tst_byteswap.c b/lib/ext2fs/tst_byteswap.c index 96e44ec..d73fb41 100644 --- a/lib/ext2fs/tst_byteswap.c +++ b/lib/ext2fs/tst_byteswap.c @@ -22,12 +22,7 @@ #include #endif -#if EXT2_FLAT_INCLUDES #include "ext2_fs.h" -#else -#include -#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;