chiark / gitweb /
Make bus errno mappings non-static
[elogind.git] / src / timedate / timedated.c
index 49a957c8d0cc7dab01de535adff2e79a6ffe235f..e720227338b9488c024eebde05ca8f55c8d7957b 100644 (file)
@@ -44,7 +44,7 @@
 #define NULL_ADJTIME_UTC "0.0 0 0\n0\nUTC\n"
 #define NULL_ADJTIME_LOCAL "0.0 0 0\n0\nLOCAL\n"
 
 #define NULL_ADJTIME_UTC "0.0 0 0\n0\nUTC\n"
 #define NULL_ADJTIME_LOCAL "0.0 0 0\n0\nLOCAL\n"
 
-SD_BUS_ERROR_MAPPING = {
+SD_BUS_ERROR_MAPPING(timedated) = {
         {"org.freedesktop.timedate1.NoNTPSupport", ENOTSUP},
 };
 
         {"org.freedesktop.timedate1.NoNTPSupport", ENOTSUP},
 };