aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/syslogd.c
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 /sysklogd/syslogd.c
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 'sysklogd/syslogd.c')
-rw-r--r--sysklogd/syslogd.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c
index 288b29cf7..0ea557a6c 100644
--- a/sysklogd/syslogd.c
+++ b/sysklogd/syslogd.c
@@ -936,11 +936,6 @@ static NOINLINE int create_socket(void)
936 int sock_fd; 936 int sock_fd;
937 char *dev_log_name; 937 char *dev_log_name;
938 938
939#if ENABLE_FEATURE_SYSTEMD
940 if (sd_listen_fds() == 1)
941 return SD_LISTEN_FDS_START;
942#endif
943
944 memset(&sunx, 0, sizeof(sunx)); 939 memset(&sunx, 0, sizeof(sunx));
945 sunx.sun_family = AF_UNIX; 940 sunx.sun_family = AF_UNIX;
946 941