From: Roland McGrath Date: Mon, 4 Jul 2005 23:30:27 +0000 (+0000) Subject: 2005-07-04 Roland McGrath X-Git-Tag: v4.5.18~356 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04ac03a554548ad69f2699b98ae31e15a7fc7915;p=strace 2005-07-04 Roland McGrath * net.c (sockipoptions): Fix typos. From Ulrich Drepper . Fixes RH#161578. --- diff --git a/net.c b/net.c index 1c052547..02412c93 100644 --- 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" },