summaryrefslogtreecommitdiff
path: root/src/libelogind
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-01-20 04:58:34 +0100
committerSven Eden <yamakuzure@gmx.net>2017-03-14 10:23:02 +0100
commita7658a3431d6fce7c503c7a371c9fd91f2cd748f (patch)
treebf5e6dda7d21599e07b4a7cd9dea4c364f766647 /src/libelogind
parentbec1345672f400faca26c4d231c0b6a7360801ed (diff)
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.
Diffstat (limited to 'src/libelogind')
-rw-r--r--src/libelogind/sd-daemon/sd-daemon.c2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>
#include <stddef.h>
#include <limits.h>
-#include <mqueue.h>
+//#include <mqueue.h>
#include "util.h"
#include "path-util.h"