From f76ab47bddd383117fbd5fd93a618ca764745342 Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Tue, 9 Jan 2018 18:59:35 +0100 Subject: [PATCH] Prep 235: Make elogind masks in sd-bus.h c90 compatible again. --- src/systemd/sd-bus.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/systemd/sd-bus.h b/src/systemd/sd-bus.h index 9b507eefb..0730f12e4 100644 --- a/src/systemd/sd-bus.h +++ b/src/systemd/sd-bus.h @@ -360,9 +360,9 @@ int sd_bus_creds_get_cmdline(sd_bus_creds *c, char ***cmdline); int sd_bus_creds_get_cgroup(sd_bus_creds *c, const char **cgroup); #if 0 /** unsupported by elogind **/ int sd_bus_creds_get_unit(sd_bus_creds *c, const char **unit); -#endif // 0 +#endif /** 0 **/ int sd_bus_creds_get_slice(sd_bus_creds *c, const char **slice); -#if 0 /// UNNEEDED by elogind +#if 0 /** UNNEEDED by elogind **/ int sd_bus_creds_get_user_unit(sd_bus_creds *c, const char **unit); #endif /** 0 **/ int sd_bus_creds_get_user_slice(sd_bus_creds *c, const char **slice); -- 2.30.2