diff options
Diffstat (limited to 'runit/sv.c')
-rw-r--r-- | runit/sv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runit/sv.c b/runit/sv.c index 5b01c875c..825e9d45b 100644 --- a/runit/sv.c +++ b/runit/sv.c | |||
@@ -169,7 +169,6 @@ Exit Codes | |||
169 | //usage: "pause, cont, hup, alarm, interrupt, quit, 1, 2, term, kill: send\n" | 169 | //usage: "pause, cont, hup, alarm, interrupt, quit, 1, 2, term, kill: send\n" |
170 | //usage: "STOP, CONT, HUP, ALRM, INT, QUIT, USR1, USR2, TERM, KILL signal to service" | 170 | //usage: "STOP, CONT, HUP, ALRM, INT, QUIT, USR1, USR2, TERM, KILL signal to service" |
171 | 171 | ||
172 | #include <sys/poll.h> | ||
173 | #include <sys/file.h> | 172 | #include <sys/file.h> |
174 | #include "libbb.h" | 173 | #include "libbb.h" |
175 | #include "runit_lib.h" | 174 | #include "runit_lib.h" |