Closed Bug 884 Opened 26 years ago Closed 26 years ago

BUILD: messages about OSF in Linux build

Categories

(NSPR :: NSPR, defect, P2)

x86
Linux
defect

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.");
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
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.
Status: RESOLVED → CLOSED
Closed the bug.
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.