Skip to content
Snippets Groups Projects
Commit 9052dc6f authored by Alexey Lyashkov's avatar Alexey Lyashkov
Browse files

fix test as Andreas comment.

b=12052
parent 2a13fd88
No related branches found
No related tags found
No related merge requests found
......@@ -1250,12 +1250,14 @@ AC_TRY_RUN([
#include <stdio.h>
main(void)
int main(void)
{
int size = mds_xattr_acl_size(LUSTRE_POSIX_ACL_MAX_ENTRIES);
FILE *f = fopen("acl.size","w+");
fprintf(f,"%d", size);
fclose(f);
return 0;
}
],[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment