blob: 1b3275378a251112bb19ca42dab889a8c68a09f0 [file] [log] [blame]
Matthew Barthc6329c92016-11-15 11:13:37 -06001#ifdef IS_UNPATCHED_SYSTEMD
2#include <systemd/sd-bus.h>
3
4int sd_bus_message_append_cmdline(sd_bus_message *m, const char *signature,
5 char ***x) { return 0; }
6#endif