diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-22 16:01:57 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-22 16:01:57 +0200 |
commit | accd9eeb719916da974584b33b1aeced5f3bb346 (patch) | |
tree | 31a3a11ffdf6b0c79af08b2b319a332bb5dc1097 /include | |
parent | 537389cedd3acaf658c73ec4e36a40db00a5a92f (diff) | |
download | busybox-accd9eeb719916da974584b33b1aeced5f3bb346.tar.gz |
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.h | 5 |
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; extern void selinux_or_die(void) FAST_FUNC; -/* systemd support */ -#define SD_LISTEN_FDS_START 3 -int sd_listen_fds(void); - - /* setup_environment: * if chdir pw->pw_dir: ok: else if to_tmp == 1: goto /tmp else: goto / or die * if clear_env = 1: cd(pw->pw_dir), clear environment, then set |