mawis / jabberd

jabberd14 XMPP instant messaging server. → Master-Repository is at GitLab! ←
https://gitlab.com/jabberd/jabberd
22 stars 11 forks source link

Add support for several BSD OS #7

Closed triaxx closed 5 years ago

triaxx commented 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).

mawis commented 5 years ago

Thanks for the patch! :)