diff options
Diffstat (limited to 'src/core/dbus-mount.c')
-rw-r--r-- | src/core/dbus-mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-mount.c b/src/core/dbus-mount.c index 72e187063c..70b2d48330 100644 --- a/src/core/dbus-mount.c +++ b/src/core/dbus-mount.c @@ -62,7 +62,7 @@ BUS_UNIT_INTERFACES_LIST \ "org.freedesktop.systemd1.Mount\0" -const char bus_mount_interface[] _introspect_("Mount") = BUS_MOUNT_INTERFACE; +const char bus_mount_interface[] = BUS_MOUNT_INTERFACE; const char bus_mount_invalidating_properties[] = "What\0" |