Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 766282
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/src/dhcp.c
0
++ b/src/dhcp.c
Lines 3521-3527 dhcp_readudp(struct dhcpcd_ctx *ctx, struct interface *ifp) Link Here
3521
	struct msghdr msg = {
3521
	struct msghdr msg = {
3522
	    .msg_name = &from, .msg_namelen = sizeof(from),
3522
	    .msg_name = &from, .msg_namelen = sizeof(from),
3523
	    .msg_iov = &iov, .msg_iovlen = 1,
3523
	    .msg_iov = &iov, .msg_iovlen = 1,
3524
	    .msg_control = buf, .msg_controllen = sizeof(cmsgbuf.buf),
3524
	    .msg_control = cmsgbuf.buf, .msg_controllen = sizeof(cmsgbuf.buf),
3525
	};
3525
	};
3526
	int s;
3526
	int s;
3527
	ssize_t bytes;
3527
	ssize_t bytes;

Return to bug 766282