On 1 June 2017 at 15:15, Nicolas Dechesne <[email protected]> wrote: > On Thu, Jun 1, 2017 at 3:27 PM, Eric Engestrom > <[email protected]> wrote: >> On Thursday, 2017-06-01 12:13:18 +0200, Nicolas Dechesne wrote: >>> Fixes for: >>> >>> src/util/rand_xor.c:60:13: error: implicit declaration of function 'open' >>> [-Werror=implicit-function-declaration] >>> int fd = open("/dev/urandom", O_RDONLY); >>> ^~~~ >>> src/util/rand_xor.c:60:34: error: 'O_RDONLY' undeclared (first use in this >>> function) >>> int fd = open("/dev/urandom", O_RDONLY); >>> ^~~~~~~~ >>> >>> Signed-off-by: Nicolas Dechesne <[email protected]> >> >> Thanks, r-b and pushed, and welcome to Mesa :) > > thanks , starting small ;) > > I would like this patch on the 17.1 branch as well. Is that possible? > I actually found the issue on 17.1.1 release.
Should be handled now. See the documentation for future stable nominations [1]. -Emil [1] https://www.mesa3d.org/submittingpatches.html#nominations _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
