chiark / gitweb /
Prep 235: Make elogind masks in sd-bus.h c90 compatible again.
authorSven Eden <yamakuzure@gmx.net>
Tue, 9 Jan 2018 17:59:35 +0000 (18:59 +0100)
committerSven Eden <yamakuzure@gmx.net>
Tue, 9 Jan 2018 17:59:35 +0000 (18:59 +0100)
src/systemd/sd-bus.h

index 9b507eefbda96543d9597e3067ea7da80090e542..0730f12e4de7dbed02a1e3aada7d5ebf0b774cef 100644 (file)
@@ -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);