diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-10-16 19:59:45 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-10-16 19:59:45 +0200 |
commit | af4f0e48eccd1ab1abe361bb70960a8b73775722 (patch) | |
tree | eaf59dd3ce80c775f7ae72f831f6339c9501157a /runit/svlogd.c | |
parent | 28a209466f43c22db42dd02baa136ac7ac25069b (diff) |
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/svlogd.c')
-rw-r--r-- | runit/svlogd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runit/svlogd.c b/runit/svlogd.c index 8b8a6d858..c080b9acc 100644 --- a/runit/svlogd.c +++ b/runit/svlogd.c @@ -142,7 +142,6 @@ log message, you can use a pattern like this instead //usage: "\n""+,-PATTERN - (de)select line for logging" //usage: "\n""E,ePATTERN - (de)select line for stderr" -#include <sys/poll.h> #include <sys/file.h> #include "libbb.h" #include "runit_lib.h" |