From: Sven Eden Date: Tue, 9 Jan 2018 17:59:35 +0000 (+0100) Subject: Prep 235: Make elogind masks in sd-bus.h c90 compatible again. X-Git-Tag: v235.1~4 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f76ab47bddd383117fbd5fd93a618ca764745342;p=elogind.git Prep 235: Make elogind masks in sd-bus.h c90 compatible again. --- 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);