mirror of git://sourceware.org/git/glibc.git
Fixed typo in IPPORT_WHOIS.
This commit is contained in:
parent
d277428889
commit
293e360a25
|
|
@ -52,7 +52,7 @@ enum
|
|||
IPPORT_SMTP = 25, /* Simple Mail Transfer Protocol. */
|
||||
IPPORT_TIMESERVER = 37, /* Timeserver service. */
|
||||
IPPORT_NAMESERVER = 42, /* Domain Name Service. */
|
||||
IPPROT_WHOIS = 43, /* Internet Whois service. */
|
||||
IPPORT_WHOIS = 43, /* Internet Whois service. */
|
||||
IPPORT_MTP = 57,
|
||||
|
||||
IPPORT_TFTP = 69, /* Trivial File Transfer Protocol. */
|
||||
|
|
|
|||
Loading…
Reference in New Issue