X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=blobdiff_plain;f=src%2Fcore%2Fdbus-scope.c;h=c790d26cfec7de91f2dc0fb3fb65f95c932dc5d9;hp=783a969fb3438e5c09b8350877db68f78746d0bd;hb=ca2871d9b027018c108e0cf7bbc4e5a919e300c3;hpb=af8601fa8b035426bba7916ebe08e4568d2e2cbd diff --git a/src/core/dbus-scope.c b/src/core/dbus-scope.c index 783a969fb34..c790d26cfec 100644 --- a/src/core/dbus-scope.c +++ b/src/core/dbus-scope.c @@ -51,7 +51,7 @@ BUS_UNIT_INTERFACES_LIST \ "org.freedesktop.systemd1.Scope\0" -const char bus_scope_interface[] _introspect_("Scope") = BUS_SCOPE_INTERFACE; +const char bus_scope_interface[] = BUS_SCOPE_INTERFACE; static DEFINE_BUS_PROPERTY_APPEND_ENUM(bus_scope_append_scope_result, scope_result, ScopeResult);