diff options
author | Rob Landley <rob@landley.net> | 2012-03-07 19:04:50 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-03-07 19:04:50 -0600 |
commit | f05f660d9c4f18aa4702d723ed7b35f7053ce08c (patch) | |
tree | 3fdb1393a989873a0d6f5a92cb4851031ac6db6f /toys/unshare.c | |
parent | b7a4862fbf0df632837a53e230f4aa9cceb5f578 (diff) | |
download | toybox-f05f660d9c4f18aa4702d723ed7b35f7053ce08c.tar.gz |
Consolidate headers.
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}; |