Systemd/src/libsystemd
Lennart Poettering 4aab839c90 sd-resolve: tweak error assignment code a bit, use abs() and regular functions
Let's tweak the assignment of errors a bit, and automatically abs()
errnos, similar to how log_error_errno() and friends does it.

Macros are fine to use, but regular functions usually preferable if
there's no reason to use macros, because they avoid multiple evaluation
and suchlike. Hence, let's just use a regular funciton for assigning
errors, instead of macros.

Follow-up for #8993
2018-05-19 15:14:18 +02:00
..
sd-bus tree-wide: do not wrap assert_se in extra parentheses 2018-05-14 17:22:22 +02:00
sd-daemon tree-wide: drop license boilerplate 2018-04-06 18:58:55 +02:00
sd-device tree-wide: drop license boilerplate 2018-04-06 18:58:55 +02:00
sd-event Merge pull request #8676 from keszybz/drop-license-boilerplate 2018-04-10 14:53:31 +02:00
sd-hwdb tree-wide: drop license boilerplate 2018-04-06 18:58:55 +02:00
sd-id128 tree-wide: drop license boilerplate 2018-04-06 18:58:55 +02:00
sd-login tree-wide: be more careful with the type of array sizes 2018-04-27 14:29:06 +02:00
sd-netlink networkd,udev: clean up MTU handling 2018-04-26 13:51:44 +02:00
sd-network tree-wide: be more careful with the type of array sizes 2018-04-27 14:29:06 +02:00
sd-path systemd-path: fix memory leak reported by ASAN (#8874) 2018-05-02 09:47:04 +03:00
sd-resolve sd-resolve: tweak error assignment code a bit, use abs() and regular functions 2018-05-19 15:14:18 +02:00
sd-utf8 tree-wide: drop license boilerplate 2018-04-06 18:58:55 +02:00
libsystemd.pc.in Add SPDX license headers to various assorted files 2017-11-19 19:08:15 +01:00
libsystemd.sym sd-bus: allow description to be set for system/user busses (#8594) 2018-03-29 16:14:11 +02:00
meson.build meson: add support for building static libsystemd and libudev 2018-05-08 17:33:04 +02:00