Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | . Take account of the MFC or the *_r functions to RELENG_6. | Greg Lewis | 2006-07-19 | 1 | -18/+32 |
| | | | | | | | Submitted by: ume@ Notes: svn path=/head/; revision=168277 | ||||
* | . Try to fix the build on FreeBSD-CURRENT, which now defines gethostent_r | Greg Lewis | 2006-06-16 | 1 | -0/+83 |
| | | | | | | | | | itself. Submitted by: ume Notes: svn path=/head/; revision=165589 | ||||
* | . Update to 1.3.1 patchset 9. | Greg Lewis | 2003-12-19 | 1 | -114/+0 |
| | | | | Notes: svn path=/head/; revision=96220 | ||||
* | . Rename our internal gethostby{name,addr}_r functions to avoid collisions. | Greg Lewis | 2003-02-28 | 1 | -0/+114 |
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> Notes: svn path=/head/; revision=76659 |