summaryrefslogtreecommitdiff
path: root/src/basic/linux/README
Commit message (Collapse)AuthorAgeFilesLines
* glibc: Conditionally #include <linux/fs.h> to resolve ↵Rudi Heitbaum2023-02-011-0/+1
| | | | | | fsconfig_command/mount_attr conflict with glibc 2.36 Co-authored-by: Frantisek Sumsal <frantisek@sumsal.cz>
* basic/linux: update linux uapi headersFrantisek Sumsal2023-01-251-0/+1
| | | | | | | | | | | | | | | | | | | | | IPPROTO_L2TP was moved from linux/l2tp.h to linux/in.h [0], so let's reflect that change to fix build with newer kernels: ``` In file included from ../src/libsystemd/sd-netlink/netlink-types-genl.c:10: ../src/basic/linux/l2tp.h:16: error: "IPPROTO_L2TP" redefined [-Werror] 16 | #define IPPROTO_L2TP 115 | In file included from ../src/libsystemd/sd-netlink/netlink-types-genl.c:3: /usr/include/netinet/in.h:85: note: this is the location of the previous definition 85 | #define IPPROTO_L2TP IPPROTO_L2TP | cc1: all warnings being treated as errors ``` When at it, update the rest of the headers we ship as well. [0] https://github.com/torvalds/linux/commit/65b32f801bfbc54dc98144a6ec26082b59d131ee
* linux: update headers from current kernel masterYu Watanabe2019-05-161-1/+4
|
* tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0Yu Watanabe2019-04-111-0/+3