Systemd/src/libsystemd
Lennart Poettering 5a2dadf1bb sd-netlink: let's make things compile on certain old glibc's and kernel headers again (#7848)
Let's include netinet/in.h instead of linux/in6.h, as the former is the
official libc location for these definitions, and the latter is a
linux-specific version that conflicts.

This hopefully makes systemd compile on current Semaphore again.

This takes e410b07d2a into consideration,
but makes us use glibc rather than kernel headers.

While we are at it, let's also sort our #include lines. Since kernel
headers are notoriously crappy we won't strictly order them globally,
but first include non-kernel headers in a sorted way, and then include
kernel headers in a somewhat sorted way (i.e. generic stuff first and
somewhat alphabetical, and specific stuff last)
2018-01-10 20:08:18 +01:00
..
sd-bus sd-bus: remove 'hint_sync_call' parameter from various function calls 2018-01-05 13:58:33 +01:00
sd-daemon sd-daemon: use sockaddr_port() helper 2017-12-26 13:36:07 +01:00
sd-device sd-device: support the case that /sys is a symlink 2018-01-08 01:36:08 +09:00
sd-event tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we can 2017-12-25 11:48:21 +01:00
sd-hwdb Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
sd-id128 tree-wide: adjust fall through comments so that gcc is happy 2017-11-20 13:06:25 -08:00
sd-login io-util: make flush_fd() return how many bytes where flushed 2018-01-05 13:55:08 +01:00
sd-netlink sd-netlink: let's make things compile on certain old glibc's and kernel headers again (#7848) 2018-01-10 20:08:18 +01:00
sd-network tree-wide: make use of new STRLEN() macro everywhere (#7639) 2017-12-14 19:02:29 +01:00
sd-path Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
sd-resolve tree-wide: in all threads we fork off in library code, block all signals 2018-01-04 13:27:27 +01:00
sd-utf8 Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
libsystemd.pc.in Add SPDX license headers to various assorted files 2017-11-19 19:08:15 +01:00
libsystemd.sym sd-bus: add API to optionally set a sender field on all outgoing messages 2018-01-05 13:58:33 +01:00
meson.build Merge pull request #7191 from Mic92/systemd 2018-01-09 14:35:54 +01:00