diff options
author | Thomas Petazzoni | 2013-10-16 19:59:45 +0200 |
---|---|---|
committer | Denys Vlasenko | 2013-10-16 19:59:45 +0200 |
commit | af4f0e48eccd1ab1abe361bb70960a8b73775722 (patch) | |
tree | eaf59dd3ce80c775f7ae72f831f6339c9501157a /runit/runsvdir.c | |
parent | 28a209466f43c22db42dd02baa136ac7ac25069b (diff) | |
download | busybox-af4f0e48eccd1ab1abe361bb70960a8b73775722.zip busybox-af4f0e48eccd1ab1abe361bb70960a8b73775722.tar.gz |
libbb: use <poll.h> instead of <sys/poll.h>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'runit/runsvdir.c')
-rw-r--r-- | runit/runsvdir.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runit/runsvdir.c b/runit/runsvdir.c index 32526cf..af7e75b 100644 --- a/runit/runsvdir.c +++ b/runit/runsvdir.c @@ -35,7 +35,6 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. //usage: "\n -P Put each runsv in a new session" //usage: "\n -s SCRIPT Run SCRIPT <signo> after signal is processed" -#include <sys/poll.h> #include <sys/file.h> #include "libbb.h" #include "runit_lib.h" |