]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/transaction.c
Convert the rest to sd_bus_errnomap
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 31 Oct 2014 00:32:17 +0000 (20:32 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 31 Oct 2014 00:38:28 +0000 (20:38 -0400)
commit7358dc029ab8cb8f9d83eb847389d84f822ccfe8
treefb119a569229988b8dbf3408794d41ce0e229442
parent4a0a74179fcfb85c456794fd91fa2ae5d4d3bc8f
Convert the rest to sd_bus_errnomap

I tried to preserve most errno values, but in some cases they were
inconsistent (different errno values for the same error name) or just
mismatched.
Makefile.am
src/core/manager.c
src/core/transaction.c
src/core/unit.c
src/shared/bus-errors.c [new file with mode: 0644]
src/timedate/timedated.c