On 01/22/15 11:03, Luis Felipe Strano Moraes wrote: > toys/pending/nsenter.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/toys/pending/nsenter.c b/toys/pending/nsenter.c > index 33db873..43e754f 100644 > --- a/toys/pending/nsenter.c > +++ b/toys/pending/nsenter.c > @@ -30,7 +30,6 @@ config NSENTER > */ > > #define FOR_nsenter > -#define _GNU_SOURCE > #include "toys.h" > #include <errno.h> > #include <sched.h>
Indeed, but I'm partway through merging this command into toys/other/unshare.c (at which point the toys/pending/nsenter.c file goes away). I believe enh sent a similar patch, which I didn't apply for the same reason. (It's a good fix, I just plan to do it a different way.) Sorry it's taking so long... Rob _______________________________________________ Toybox mailing list [email protected] http://lists.landley.net/listinfo.cgi/toybox-landley.net
