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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- sockets.c
0
++ sockets.c
Lines 188-194 Link Here
188
	return -1;
188
	return -1;
189
    }
189
    }
190
    if (ipbuf)
190
    if (ipbuf)
191
	memcpy(retbuf, &sa.sin_addr, 4);
191
	memcpy(ipbuf, &sa.sin_addr, 4);
192
#endif
192
#endif
193
193
194
    return sock;
194
    return sock;

Return to bug 238319