aboutsummaryrefslogtreecommitdiff
path: root/runit
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-04-08 17:23:27 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2018-04-08 17:23:27 +0200
commit7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e (patch)
tree49249dae2b01e39dfe75a04b10b4cdfe91566cd4 /runit
parent87a08e476b38ec9ac4ee93c34599b24a7bb284d9 (diff)
downloadbusybox-w32-7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e.tar.gz
busybox-w32-7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e.tar.bz2
busybox-w32-7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e.zip
libbb.h: always include sys/resource.h
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'runit')
-rw-r--r--runit/chpst.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runit/chpst.c b/runit/chpst.c
index 3ecb85cba..c2641ce8a 100644
--- a/runit/chpst.c
+++ b/runit/chpst.c
@@ -135,7 +135,6 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
135//usage: "\n a SIGXCPU after N seconds" 135//usage: "\n a SIGXCPU after N seconds"
136 136
137#include "libbb.h" 137#include "libbb.h"
138#include <sys/resource.h> /* getrlimit */
139 138
140/* 139/*
141Five applets here: chpst, envdir, envuidgid, setuidgid, softlimit. 140Five applets here: chpst, envdir, envuidgid, setuidgid, softlimit.