Closed triaxx closed 5 years ago
Neither NetBSD nor FreeBSD implement reentrant functions of rand48 family (and probably neither OpenBSD nor DragonFlyBSD). This patch replaces lrand48_r(3) by rand_r(3).
Thanks for the patch! :)
Neither NetBSD nor FreeBSD implement reentrant functions of rand48 family (and probably neither OpenBSD nor DragonFlyBSD). This patch replaces lrand48_r(3) by rand_r(3).