Hi Iranna,
Thanks for reporting this build failure and helping, as it will really help to make ltp more stable. Here is the quick patch i am attaching which solves the problem. Signed-off By: Rishikesh K Rajak<[email protected]> Tested By: Rishikesh K Rajak<[email protected]> --- diff --git a/testcases/kernel/syscalls/mbind/mbind01.c b/testcases/kernel/syscalls/mbind/mbind01.c index 5d7eb69..847186a 100644 --- a/testcases/kernel/syscalls/mbind/mbind01.c +++ b/testcases/kernel/syscalls/mbind/mbind01.c @@ -74,6 +74,7 @@ int TST_TOTAL = 2; /* total number of tests in this file. */ #include <unistd.h> #include "include_j_h.h" #include "numa_helpers.h" +#include <linux/mempolicy.h> #if ! defined(LIBNUMA_API_VERSION) || LIBNUMA_API_VERSION < 2 -- Thanks & Regards Rishi LTP Maintainer IBM, LTC, Bangalore Please join IRC #ltp @ irc.freenode.net ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
