Closed
Bug 884
Opened 26 years ago
Closed 26 years ago
BUILD: messages about OSF in Linux build
Categories
(NSPR :: NSPR, defect, P2)
Tracking
(Not tracked)
CLOSED
FIXED
People
(Reporter: raff, Assigned: wtc)
Details
The module is supposed to be for Linux but contains references about OSF
(purely cosmetic change)
Index: nsprpub/pr/src/md/unix/linux.c
===================================================================
RCS file: /cvsroot/mozilla/nsprpub/pr/src/md/unix/linux.c,v
retrieving revision 3.3
diff -b -r3.3 linux.c
85c85
< /* These functions should not be called for OSF1 */
---
> /* These functions should not be called for Linux */
89c89
< PR_NOT_REACHED("_MD_YIELD should not be called for OSF1.");
---
> PR_NOT_REACHED("_MD_YIELD should not be called for Linux.");
101c101
< PR_NOT_REACHED("_MD_CREATE_THREAD should not be called for OSF1.");
---
> PR_NOT_REACHED("_MD_CREATE_THREAD should not be called for Linux.");
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
This is what happens when you cut and paste
between files without looking carefully :-)
I have checked in your patch. Thanks a lot.
mozilla/nsprpub/pr/src/md/unix/linux.c, revision 3.4.
Assignee | ||
Updated•26 years ago
|
Status: RESOLVED → CLOSED
Assignee | ||
Comment 2•26 years ago
|
||
Closed the bug.
Comment 3•26 years ago
|
||
NSPR now has its own Bugzilla product. Moving this bug to the NSPR product.
You need to log in
before you can comment on or make changes to this bug.
Description
•