From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2101) id BE6C439540BC; Wed, 22 Apr 2020 22:16:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BE6C439540BC Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Alistair Francis To: glibc-cvs@sourceware.org Subject: [glibc/alistair/rv32.next] Revert "Add IPPROTO_ETHERNET and IPPROTO_MPTCP from Linux 5.6 to netinet/in.h." X-Act-Checkin: glibc X-Git-Author: Alistair Francis X-Git-Refname: refs/heads/alistair/rv32.next X-Git-Oldrev: 24bf5aaf8b2d2cef8a8a33c3783e7867a86fe278 X-Git-Newrev: 451786b99d6aa8b5e953ac8ddc1c10ff953cd376 Message-Id: <20200422221650.BE6C439540BC@sourceware.org> Date: Wed, 22 Apr 2020 22:16:50 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2020 22:16:50 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=451786b99d6aa8b5e953ac8ddc1c10ff953cd376 commit 451786b99d6aa8b5e953ac8ddc1c10ff953cd376 Author: Alistair Francis Date: Wed Apr 8 14:43:47 2020 -0700 Revert "Add IPPROTO_ETHERNET and IPPROTO_MPTCP from Linux 5.6 to netinet/in.h." This reverts commit f9ac84f92f151e07586c55e14ed628d493a5929d. Diff: --- inet/netinet/in.h | 4 ---- 1 file changed, 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 };