From a7658a3431d6fce7c503c7a371c9fd91f2cd748f Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Fri, 20 Jan 2017 04:58:34 +0100 Subject: Remove librt dependency. The only function still using librt was src/shared/clean-ipc.c::clean_posix_mq(). But that function is not really needed, because elogind does not call mq_open() anywhere, or any other mqueue related functions. --- src/libelogind/sd-daemon/sd-daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libelogind') diff --git a/src/libelogind/sd-daemon/sd-daemon.c b/src/libelogind/sd-daemon/sd-daemon.c index 9a696cd22..d4e0da61d 100644 --- a/src/libelogind/sd-daemon/sd-daemon.c +++ b/src/libelogind/sd-daemon/sd-daemon.c @@ -31,7 +31,7 @@ #include #include #include -#include +//#include #include "util.h" #include "path-util.h" -- cgit v1.2.3