mirror of
https://github.com/systemd/systemd.git
synced 2026-08-02 22:20:20 +00:00
missing_network: IPPROTO_MPTCP is already defined in linux/in.h
And the header is already included through (our implementation of) netinet/in.h, hence we can safely drop the definition here.
This commit is contained in:
@@ -3,11 +3,6 @@
|
||||
|
||||
#include <netinet/in.h> /* IWYU pragma: export */
|
||||
|
||||
/* linux/in.h or netinet/in.h (since glibc-2.32) */
|
||||
#ifndef IPPROTO_MPTCP
|
||||
#define IPPROTO_MPTCP 262
|
||||
#endif
|
||||
|
||||
/* Not exposed but defined at include/net/ip.h */
|
||||
#ifndef IPV4_MIN_MTU
|
||||
#define IPV4_MIN_MTU 68
|
||||
|
||||
Reference in New Issue
Block a user