From: Thomas Bushnell, BSG Date: Tue, 8 Aug 1995 16:05:07 +0000 (+0000) Subject: (IPPROTO_GGP): Drop obsolete protocol. (IPPROTO_IGMP): Add new protocol (with same... X-Git-Tag: upstream/2.20~22946 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a88363fbc7f458891fbc36dd2e490af13ed6058d;p=platform%2Fupstream%2Flinaro-glibc.git (IPPROTO_GGP): Drop obsolete protocol. (IPPROTO_IGMP): Add new protocol (with same value [2] as old GGP). --- diff --git a/inet/netinet/in.h b/inet/netinet/in.h index e281e45..9efa5fc 100644 --- a/inet/netinet/in.h +++ b/inet/netinet/in.h @@ -28,7 +28,7 @@ enum { IPPROTO_IP = 0, /* Dummy protocol for TCP. */ IPPROTO_ICMP = 1, /* Internet Control Message Protocol. */ - IPPROTO_GGP = 2, /* Gateway Protocol (deprecated). */ + IPPROTO_IGMP = 2, /* Internet Group Management Protocol. */ IPPROTO_TCP = 6, /* Transmission Control Protocol. */ IPPROTO_EGP = 8, /* Exterior Gateway Protocol. */ IPPROTO_PUP = 12, /* PUP protocol. */