2005-07-04 Roland McGrath <roland@redhat.com>

* net.c (sockipoptions): Fix typos.
	From Ulrich Drepper <drepper@redhat.com>.
	Fixes RH#161578.
This commit is contained in:
Roland McGrath 2005-07-04 23:30:27 +00:00
parent 9814a94bd1
commit 04ac03a554

4
net.c
View File

@ -671,10 +671,10 @@ static const struct xlat sockipoptions[] = {
{ IP_RECVERR, "IP_RECVERR" },
#endif
#ifdef IP_RECVTTL
{ IP_RECVTTL, "IP_RECRECVTTL" },
{ IP_RECVTTL, "IP_RECVTTL" },
#endif
#ifdef IP_RECVTOS
{ IP_RECVTOS, "IP_RECRECVTOS" },
{ IP_RECVTOS, "IP_RECVTOS" },
#endif
#ifdef IP_MTU
{ IP_MTU, "IP_MTU" },