Closed Bug 3144 Opened 26 years ago Closed 26 years ago

One more for NEED_LEADING_UNDERSCORE in prlink.c

Categories

(SeaMonkey :: Build Config, defect, P2)

Other
Other
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: kstailey, Assigned: wtc)

Details

Index: prlink.c =================================================================== RCS file: /cvsroot/mozilla/nsprpub/pr/src/linking/prlink.c,v retrieving revision 3.16 diff -u -r3.16 prlink.c --- prlink.c 1999/02/12 19:33:54 3.16 +++ prlink.c 1999/02/14 14:51:28 @@ -54,7 +54,7 @@ /* * On these platforms, symbols have a leading '_'. */ -#if defined(SUNOS4) || defined(RHAPSODY) || defined(NEXTSTEP) || defined(WIN16) +#if defined(SUNOS4) || defined(RHAPSODY) || defined(NEXTSTEP) || defined(WIN16) || defined(OPENBSD) #define NEED_LEADING_UNDERSCORE #endif
Assignee: briano → wtc
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
The patch has been checked in. Thanks. /cvsroot/mozilla/nsprpub/pr/src/linking/prlink.c, revision 3.18. The patch is also checked into the internal CVS repository. /m/src/ns/nspr20/pr/src/linking/prlink.c, revision 2.19.
vrfy
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.