diff options
author | Thomas Bushnell, BSG <thomas@gnu.org> | 1995-08-08 16:05:07 +0000 |
---|---|---|
committer | Thomas Bushnell, BSG <thomas@gnu.org> | 1995-08-08 16:05:07 +0000 |
commit | a88363fbc7f458891fbc36dd2e490af13ed6058d (patch) | |
tree | 12d864b316894c22394577d176026e08a92f0335 /inet/netinet | |
parent | b25c5d66b27045e44e435dbc65b6213840d377f6 (diff) | |
download | glibc-a88363fbc7f458891fbc36dd2e490af13ed6058d.tar.gz glibc-a88363fbc7f458891fbc36dd2e490af13ed6058d.tar.xz glibc-a88363fbc7f458891fbc36dd2e490af13ed6058d.zip |
(IPPROTO_GGP): Drop obsolete protocol. (IPPROTO_IGMP): Add new protocol (with same value [2] as old GGP).
Diffstat (limited to 'inet/netinet')
-rw-r--r-- | inet/netinet/in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inet/netinet/in.h b/inet/netinet/in.h index e281e45547..9efa5fc0f6 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. */ |