X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fopenfile.c;h=af5e86314544513cb66ce8303e41d80ed37e69b2;hp=1cb36ea9bc80d7275f4d5aa5b146dd5b82240364;hb=090c677210ee2946d99c71412e4ff762bb300f4f;hpb=c843241715b13024a656fad4e465be20e7fc5c79 diff --git a/lustre/tests/openfile.c b/lustre/tests/openfile.c index 1cb36ea..af5e863 100644 --- a/lustre/tests/openfile.c +++ b/lustre/tests/openfile.c @@ -17,7 +17,7 @@ #include #include #include -#include +#include typedef struct flag_mapping { const char *string; @@ -61,7 +61,7 @@ int main(int argc, char** argv) int flag_set=0; int file_set=0; char c; - char* cloned_flags = NULL; + char* cloned_flags; if (argc == 1) Usage_and_abort();