diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-12-10 19:00:46 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-12-10 19:07:48 +0100 |
commit | 96aad8d15a324d0e956a4e5653a11a67b209b41a (patch) | |
tree | 954fe497a2520c7610c61684bbbac99c80edc051 /src/libsystemd/sd-bus/bus-error.h | |
parent | 85bd849f09aceb7f972a0697494ea22b2247a5d7 (diff) |
sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/bus-common-errors.h
Stuff in src/shared/ should not use stuff from src/libsystemd/ really.
Diffstat (limited to 'src/libsystemd/sd-bus/bus-error.h')
-rw-r--r-- | src/libsystemd/sd-bus/bus-error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/sd-bus/bus-error.h b/src/libsystemd/sd-bus/bus-error.h index 56297156a9..66c98b0b38 100644 --- a/src/libsystemd/sd-bus/bus-error.h +++ b/src/libsystemd/sd-bus/bus-error.h @@ -62,4 +62,4 @@ int bus_error_set_errnofv(sd_bus_error *e, int error, const char *format, va_lis * maps using the macsd-ros. */ #define BUS_ERROR_MAP_END_MARKER -'x' -BUS_ERROR_MAP_ELF_USE(standard_errors); +BUS_ERROR_MAP_ELF_USE(bus_standard_errors); |