Hi! > diff --git a/testcases/kernel/containers/libclone/libclone.h > b/testcases/kernel/containers/libclone/libclone.h > index 3a38bc9..60e9e54 100644 > --- a/testcases/kernel/containers/libclone/libclone.h > +++ b/testcases/kernel/containers/libclone/libclone.h > @@ -75,8 +75,12 @@ > #define CLONE_NEWNET 0x40000000 > #endif > > +#ifndef CLONE_NEWNS > +#define CLONE_NEWNS 0x00020000 > +#endif
There is a in-flight patch that moves these constants to common place (include/lapi) and adds this value as well: [PATCH 1/2 v2] added helper tools for creating and working with namespaces I will not apply this one, because that will cause unnecessary conflict. Thanks for the patch anyway. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
