Closed
Bug 6171
Opened 25 years ago
Closed 23 years ago
Small patch for NetBSD
Categories
(Directory :: LDAP C SDK, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hwr, Assigned: mhein)
Details
NetBSD has no gethostbyname_r() call.
shanagary!217> diff -u portable.h,1 portable.h
--- portable.h,1 Thu Dec 31 12:28:20 1998
+++ portable.h Mon May 10 10:52:48 1999
@@ -227,7 +227,7 @@
#if defined(sgi) || defined(HPUX9) || defined(LINUX1_2) || defined(SCOOS) || \
defined(UNIXWARE) || defined(SUNOS4) || defined(SNI) || defined(BSDI) || \
defined(NCR) || defined(OSF1) || defined(NEC) || \
- ( defined(HPUX10) && !defined(_REENTRANT)) || defined(HPUX11) || \
+ ( defined(HPUX10) && !defined(_REENTRANT)) || defined(HPUX11) ||
defined(NETBSD) || \
defined(UnixWare) || defined(LINUX2_0)
#define GETHOSTBYNAME( n, r, b, l, e ) gethostbyname( n )
#elif defined(AIX)
P.S.: NetBSD is missing in your chooser box
Updated•25 years ago
|
Status: NEW → ASSIGNED
Comment 1•25 years ago
|
||
Reassigning all open Directory / LDAP C SDK bugs to Michael.
Assignee: mcs → mhein
Status: ASSIGNED → NEW
Comment 3•23 years ago
|
||
Apparently, this is already fixed; assuming that portable.h ==
directory/c-sdk/ldap/include/portable.h
Line 251 of that file contains the check if NETBSD is defined.
--> Closing this bug as fixed
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•