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

(-)a/dhcpcd-6.4.3/configure (+1 lines)
Lines 493-498 Link Here
493
#include <stdlib.h>
493
#include <stdlib.h>
494
int main(void) {
494
int main(void) {
495
	arc4random();
495
	arc4random();
496
	arc4random_uniform();
496
	return 0;
497
	return 0;
497
}
498
}
498
EOF
499
EOF

Return to bug 522158