Closed
Bug 736854
Opened 13 years ago
Closed 13 years ago
PHal.ipdl includes NSPR incorrectly - breaking system NSPR usage
Categories
(Core :: Hardware Abstraction Layer (HAL), defect)
Core
Hardware Abstraction Layer (HAL)
Tracking
()
RESOLVED
DUPLICATE
of bug 736836
People
(Reporter: wolfiR, Assigned: wolfiR)
Details
Attachments
(1 file)
900 bytes,
patch
|
Details | Diff | Splinter Review |
mozilla-central cannot be compiled with system NSPR currently because of
https://mxr.mozilla.org/mozilla-central/source/hal/sandbox/PHal.ipdl#42
include "nspr/prtime.h";
correct line would just be:
include "prtime.h";
Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → mozilla
Assignee | ||
Comment 2•13 years ago
|
||
Comment on attachment 606979 [details] [diff] [review]
patch
Chris, couldn't find module owner information so just guessing here.
Attachment #606979 -
Flags: review?(jones.chris.g)
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Updated•13 years ago
|
Attachment #606979 -
Flags: review?(jones.chris.g)
You need to log in
before you can comment on or make changes to this bug.
Description
•