diff options
author | Ron Yorston <rmy@pobox.com> | 2018-04-09 08:50:34 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-04-09 08:50:34 +0100 |
commit | 921c1ab66bad54d4ad8591bb74e41ac985248496 (patch) | |
tree | 552a04c691e78e78570e4ec2c83fbc0e59953924 /debianutils | |
parent | 5b6f06f5eb8628955262508d153627fe6f2d1c8b (diff) | |
parent | a1870f4807a75663a085c9f5e92870fa7554f0ad (diff) | |
download | busybox-w32-921c1ab66bad54d4ad8591bb74e41ac985248496.tar.gz busybox-w32-921c1ab66bad54d4ad8591bb74e41ac985248496.tar.bz2 busybox-w32-921c1ab66bad54d4ad8591bb74e41ac985248496.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'debianutils')
-rw-r--r-- | debianutils/start_stop_daemon.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c index c8b7fa8f2..fa77a7e00 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c | |||
@@ -116,8 +116,6 @@ Misc options: | |||
116 | //usage: ) | 116 | //usage: ) |
117 | //usage: "\n -q Quiet" | 117 | //usage: "\n -q Quiet" |
118 | 118 | ||
119 | #include <sys/resource.h> | ||
120 | |||
121 | /* Override ENABLE_FEATURE_PIDFILE */ | 119 | /* Override ENABLE_FEATURE_PIDFILE */ |
122 | #define WANT_PIDFILE 1 | 120 | #define WANT_PIDFILE 1 |
123 | #include "libbb.h" | 121 | #include "libbb.h" |