about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlistair Francis <alistair.francis@wdc.com>2020-04-08 14:43:47 -0700
committerAlistair Francis <alistair.francis@wdc.com>2020-04-25 19:16:16 -0700
commit5b738d3df30be3eb7dda1eb99edb02ce974f1031 (patch)
tree3962402ec7d8102747f09052948bdb6b74508306
parent858342bd91eb1fa9dec42f1fdfb9973d1e2845cc (diff)
downloadglibc-alistair/rv32.next.tar.gz
glibc-alistair/rv32.next.tar.xz
glibc-alistair/rv32.next.zip
Revert "Add IPPROTO_ETHERNET and IPPROTO_MPTCP from Linux 5.6 to netinet/in.h." alistair/rv32.next
This reverts commit f9ac84f92f151e07586c55e14ed628d493a5929d.
-rw-r--r--inet/netinet/in.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/inet/netinet/in.h b/inet/netinet/in.h
index f6355c7efe..95eaf68dfe 100644
--- a/inet/netinet/in.h
+++ b/inet/netinet/in.h
@@ -87,12 +87,8 @@ enum
 #define IPPROTO_UDPLITE		IPPROTO_UDPLITE
     IPPROTO_MPLS = 137,    /* MPLS in IP.  */
 #define IPPROTO_MPLS		IPPROTO_MPLS
-    IPPROTO_ETHERNET = 143, /* Ethernet-within-IPv6 Encapsulation.  */
-#define IPPROTO_ETHERNET	IPPROTO_ETHERNET
     IPPROTO_RAW = 255,	   /* Raw IP packets.  */
 #define IPPROTO_RAW		IPPROTO_RAW
-    IPPROTO_MPTCP = 262,   /* Multipath TCP connection.  */
-#define IPPROTO_MPTCP		IPPROTO_MPTCP
     IPPROTO_MAX
   };