summaryrefslogtreecommitdiff
path: root/src/shared/bus-errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/bus-errors.c')
-rw-r--r--src/shared/bus-errors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/bus-errors.c b/src/shared/bus-errors.c
index 31d00bac39..b6f65d205b 100644
--- a/src/shared/bus-errors.c
+++ b/src/shared/bus-errors.c
@@ -24,7 +24,7 @@
#include "sd-bus.h"
#include "bus-errors.h"
-SD_BUS_ERROR_MAPPING = {
+SD_BUS_ERROR_MAPPING(systemd_shared) = {
{BUS_ERROR_NO_SUCH_UNIT, ENOENT},
{BUS_ERROR_NO_UNIT_FOR_PID, ESRCH},
{BUS_ERROR_UNIT_EXISTS, EEXIST},