chiark / gitweb /
Make bus errno mappings non-static
[elogind.git] / src / shared / bus-errors.c
index 31d00bac39b5a941ae9516f83d56bee25c968c6b..b6f65d205bf2674c58d3dad2325a2a5020e205a1 100644 (file)
@@ -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},