Skip to content

genauth: fix build with arc4random in glibc 2.36

Callum Farmer requested to merge gmbr3/xdm:glibc-2.36 into master

HAVE_ARC4RANDOM is defined under glibc 2.36 but this will attempt to include <bsd/stdlib.h> from libbsd instead of <stdlib.h> from glibc

Signed-off-by: Callum Farmer gmbr3@opensuse.org

Merge request reports