Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 139179 | Differences between
and this patch

Collapse All | Expand All

(-)dhcpcd-2.0.7/src/dhcpconfig.c.orig (-1 / +1 lines)
Lines 757-763 Link Here
757
DhcpIface.shaddr[3],
757
DhcpIface.shaddr[3],
758
DhcpIface.shaddr[4],
758
DhcpIface.shaddr[4],
759
DhcpIface.shaddr[5],
759
DhcpIface.shaddr[5],
760
cleanmetas(DhcpMsgRecv->sname),
760
cleanmetas((char *)DhcpMsgRecv->sname),
761
ntohl(*(unsigned int *)DhcpOptions.val[dhcpIPaddrLeaseTime]),
761
ntohl(*(unsigned int *)DhcpOptions.val[dhcpIPaddrLeaseTime]),
762
ntohl(*(unsigned int *)DhcpOptions.val[dhcpT1value]),
762
ntohl(*(unsigned int *)DhcpOptions.val[dhcpT1value]),
763
ntohl(*(unsigned int *)DhcpOptions.val[dhcpT2value]),
763
ntohl(*(unsigned int *)DhcpOptions.val[dhcpT2value]),

Return to bug 139179