bsd/stdlib.h should include u_int32_t arc4random_uniform(u_int32_t upper); which is currently provided by libbsd, but as far as I can tell not listed in any of the headers.
Created attachment 43667 [details] [review] Patch to add missing arc4random* prototypes Actually, it is missing arc4random_buf, too. Attached is the patch I created for the Gentoo ebuild that fixes the problem.
(In reply to comment #1) > Created an attachment (id=43667) [details] > Patch to add missing arc4random* prototypes > > Actually, it is missing arc4random_buf, too. Attached is the patch I created > for the Gentoo ebuild that fixes the problem. Thanks! Committed, will be included in my next push and next release 0.3.0.
This is released now with version 0.3.0. Thanks!
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.