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:
Yu Watanabe
2025-06-18 10:34:06 +09:00
parent 92b64168f6
commit d26faa3186

View File

@@ -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