]> granicus.if.org Git - strace/commitdiff
2005-07-04 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Mon, 4 Jul 2005 23:30:27 +0000 (23:30 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 4 Jul 2005 23:30:27 +0000 (23:30 +0000)
* net.c (sockipoptions): Fix typos.
From Ulrich Drepper <drepper@redhat.com>.
Fixes RH#161578.

net.c

diff --git a/net.c b/net.c
index 1c052547614252981b1474b7989df8f5b2642b4a..02412c9320bd371f16f5c027604684c467eeccf5 100644 (file)
--- a/net.c
+++ b/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"                },