aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2015-10-22 16:01:57 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2015-10-22 16:01:57 +0200
commitaccd9eeb719916da974584b33b1aeced5f3bb346 (patch)
tree31a3a11ffdf6b0c79af08b2b319a332bb5dc1097 /include
parent537389cedd3acaf658c73ec4e36a40db00a5a92f (diff)
downloadbusybox-w32-accd9eeb719916da974584b33b1aeced5f3bb346.tar.gz
busybox-w32-accd9eeb719916da974584b33b1aeced5f3bb346.tar.bz2
busybox-w32-accd9eeb719916da974584b33b1aeced5f3bb346.zip
remove systemd support
systemd people are not willing to play nice with the rest of the world. Therefore there is no reason for the rest of the world to cooperate with them. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 1a3f6d8ce..28f57223d 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1333,11 +1333,6 @@ extern void selinux_preserve_fcontext(int fdesc) FAST_FUNC;
1333extern void selinux_or_die(void) FAST_FUNC; 1333extern void selinux_or_die(void) FAST_FUNC;
1334 1334
1335 1335
1336/* systemd support */
1337#define SD_LISTEN_FDS_START 3
1338int sd_listen_fds(void);
1339
1340
1341/* setup_environment: 1336/* setup_environment:
1342 * if chdir pw->pw_dir: ok: else if to_tmp == 1: goto /tmp else: goto / or die 1337 * if chdir pw->pw_dir: ok: else if to_tmp == 1: goto /tmp else: goto / or die
1343 * if clear_env = 1: cd(pw->pw_dir), clear environment, then set 1338 * if clear_env = 1: cd(pw->pw_dir), clear environment, then set