aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils-systemd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils-systemd.c')
-rw-r--r--src/utils-systemd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils-systemd.c b/src/utils-systemd.c
index d4d6929..1e77e27 100644
--- a/src/utils-systemd.c
+++ b/src/utils-systemd.c
@@ -34,6 +34,7 @@
struct sd_bus;
struct sd_bus_message;
typedef struct { const char *name; const char *message; } sd_bus_error;
+# define sd_bus_unref(...) ((void)0)
# define sd_bus_default_user(p) ((*(p)=NULL),(-ENOTSUP))
# define sd_bus_default_system(p) ((*(p)=NULL),(-ENOTSUP))
# define sd_bus_call_method(...) (-ENOTSUP)