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:
parent
9814a94bd1
commit
04ac03a554
4
net.c
4
net.c
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user