From: Roland McGrath Date: Fri, 28 Feb 2003 04:54:49 +0000 (+0000) Subject: 2003-02-27 Roland McGrath X-Git-Tag: upstream/2.20~12971 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63c9fb5c4bd43db7a5cc29f65b5c669562871299;p=platform%2Fupstream%2Flinaro-glibc.git 2003-02-27 Roland McGrath * sunrpc/svc_udp.c (svcudp_recv): Add a cast to last change. --- diff --git a/sunrpc/svc_udp.c b/sunrpc/svc_udp.c index cb1d705..45f9944 100644 --- a/sunrpc/svc_udp.c +++ b/sunrpc/svc_udp.c @@ -277,7 +277,7 @@ again: { /* It was a simple IP_PKTIFO as we expected, discard the interface field. */ - struct in_pktinfo *pkti = CMSG_DATA (cmsg); + struct in_pktinfo *pkti = (struct in_pktinfo *) CMSG_DATA (cmsg); pkti->ipi_ifindex = 0; } }