diff options
Diffstat (limited to 'toys/unshare.c')
-rw-r--r-- | toys/unshare.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toys/unshare.c b/toys/unshare.c index 6485e334..8257b7c8 100644 --- a/toys/unshare.c +++ b/toys/unshare.c @@ -27,8 +27,6 @@ config UNSHARE #include "toys.h" -#include <sched.h> - void unshare_main(void) { unsigned flags[]={CLONE_NEWNS, CLONE_NEWUTS, CLONE_NEWIPC, CLONE_NEWNET,0}; |