2003-02-27 Roland McGrath <roland@redhat.com>

* sunrpc/svc_udp.c (svcudp_recv): Add a cast to last change.
This commit is contained in:
Roland McGrath 2003-02-28 04:54:49 +00:00
parent 206a5cdea2
commit 63c9fb5c4b
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}