Closed Bug 160428 Opened 23 years ago Closed 23 years ago

LDAP related compile problem

Categories

(SeaMonkey :: Build Config, defect)

x86
OpenBSD
defect
Not set
blocker

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 145136

People

(Reporter: denis, Assigned: netscape)

Details

From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529 BuildID: mozilla-source-1.0 ENOTSUP, EOVERFLOW, EDEADLOCK are not defined in errno.h on OpenBSD (3.1) Compiling ./directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c fails mercilessly. Reproducible: Always Steps to Reproduce: 1. gmake :o) 2. 3. Actual Results: undefined constant and such Expected Results: compile flawlessly :) directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c easily fixed with: 175a176,181 > #ifdef OPENBSD > #define ENOTSUP -1 > #define EOVERFLOW -1 > #define EDEADLOCK -1 > #endif >
*** This bug has been marked as a duplicate of 145136 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
v dup
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.