mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
Currently gethostbyaddr_r collides with the implementation (in libc!) for FreeBSD 5.x which both uses a different prototype (as per the Linux version) and is marked temporary and not thread safe. Also, limit the scope of these internal implementations to this file. This fixes crashes in networked applications for FreeBSD 5.x. Some tweaks (making the functions static, naming, BSD ifdefs) by me. Submitted by: "Georg-W. Koltermann" <g.w.k@web.de> |
||
---|---|---|
.. | ||
patch-common::Defs-bsd.gmk | ||
patch-InetAddressImpl.c | ||
patch-platform_i486 | ||
patch-threads_md.c |