ports/java/jdk13/files
Greg Lewis f0d4b083fc . Rename our internal gethostby{name,addr}_r functions to avoid collisions.
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>
2003-02-28 17:33:10 +00:00
..
patch-common::Defs-bsd.gmk . Respect LOCALBASE in the DEVTOOLS_PATH setting. 2003-02-28 17:18:43 +00:00
patch-InetAddressImpl.c . Rename our internal gethostby{name,addr}_r functions to avoid collisions. 2003-02-28 17:33:10 +00:00
patch-platform_i486 . Be consistent about our compiler settings. Using gcc32 here was both 2003-02-28 17:12:24 +00:00
patch-threads_md.c . Add missing include of <sys/time.h>, needed by <sys/resource.h> for 2003-02-28 17:16:21 +00:00