[RCAR] disable a default config in kernel
[AGL/meta-agl.git] / meta-agl-profile-core / recipes-test / fsfuzzer / files / 0001-fix_missing_header_sys_stat.patch
1 diff -urN fsfuzzer-0.7.orig/fstest.c fsfuzzer-0.7/fstest.c
2 --- fsfuzzer-0.7.orig/fstest.c  2009-01-25 14:50:06.000000000 +0000
3 +++ fsfuzzer-0.7/fstest.c       2016-06-16 17:49:27.264565819 +0000
4 @@ -35,6 +35,7 @@
5  #include <signal.h>
6  #include <sys/file.h>
7  #include <sys/mman.h>
8 +#include <sys/stat.h>
9  
10  #define LOGGIT 1
11  #define CHECK_XATTR 1