mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-21 07:20:07 +01:00
...except for CheckForAbstractSockets.c, which runs before config.h is generated, and sd-daemon.c, which is externally-maintained. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=59971 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Colin Walters <walters@verbum.org>
9 lines
131 B
C
9 lines
131 B
C
#include "config.h"
|
|
|
|
/* This is a process that just exits with a failure code */
|
|
int
|
|
main (int argc, char **argv)
|
|
{
|
|
|
|
return 1;
|
|
}
|