From c6fac10b6273e9194b4717d94aebb272fd4f95e5 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Tue, 15 Aug 2017 13:42:39 +0200 Subject: [PATCH] Rename eth_type enum in iana.h to be prefixed with lwip_iana_ --- src/include/lwip/prot/iana.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/prot/iana.h b/src/include/lwip/prot/iana.h index 0636060b..d8794d61 100644 --- a/src/include/lwip/prot/iana.h +++ b/src/include/lwip/prot/iana.h @@ -91,7 +91,7 @@ enum lwip_iana_port_number { * A list of often ethtypes (although lwIP does not use all of them). * https://www.iana.org/assignments/ieee-802-numbers/ieee-802-numbers.xhtml#ieee-802-numbers-1 */ -enum eth_type { +enum lwip_iana_eth_type { /** Internet protocol v4 */ ETHTYPE_IP = 0x0800U, /** Address resolution protocol */