NetworkManager/src/systemd
Thomas Haller 8c0dfd7188 systemd: merge branch systemd into master
Systemd instroduces a macro _fallthrough_, see
https://github.com/systemd/systemd/pull/7389.
However, it does not yet seem conclusive how to
handle this properly in ever situation.

While shared/nm-utils/siphash24.c makes use of
the new macro, don't do that in our fork. siphash24.h
does not include all systemd headers, hence _fallthrough_
is not defined. We could re-implement it as _nm_fallthrough,
but given the open questions, that doesn't seem the
2017-12-13 10:41:18 +01:00
..
sd-adapt systemd: merge branch systemd into master 2017-12-13 10:41:18 +01:00
src systemd: merge branch systemd into master 2017-12-13 10:41:18 +01:00
nm-sd.c systemd: hide "nm-sd-adapt.h" and expose required internal API in "nm-sd.h" 2016-08-12 09:38:51 +02:00
nm-sd.h build: don't add systemd path the include search path 2016-09-27 14:13:21 +02:00