aboutsummaryrefslogtreecommitdiff
path: root/runit/chpst.c
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-09-05 19:28:29 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2010-09-05 19:28:29 +0200
commite09bff33412c150a2c4c80ca7e2d5c6b76f10c9f (patch)
tree0d9530a372348a58acb2a3ff8b515fa21cb506ca /runit/chpst.c
parent8d789e419732e860cf89883c0565ff496b3291ee (diff)
downloadbusybox-w32-e09bff33412c150a2c4c80ca7e2d5c6b76f10c9f.tar.gz
busybox-w32-e09bff33412c150a2c4c80ca7e2d5c6b76f10c9f.tar.bz2
busybox-w32-e09bff33412c150a2c4c80ca7e2d5c6b76f10c9f.zip
runit_lib: remove/inline a few more things
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'runit/chpst.c')
-rw-r--r--runit/chpst.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runit/chpst.c b/runit/chpst.c
index ad0811294..b08d42300 100644
--- a/runit/chpst.c
+++ b/runit/chpst.c
@@ -29,7 +29,6 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29/* Dependencies on runit_lib.c removed */ 29/* Dependencies on runit_lib.c removed */
30 30
31#include "libbb.h" 31#include "libbb.h"
32#include <dirent.h>
33 32
34/* 33/*
35Five applets here: chpst, envdir, envuidgid, setuidgid, softlimit. 34Five applets here: chpst, envdir, envuidgid, setuidgid, softlimit.