Closed
Bug 714315
Opened 14 years ago
Closed 14 years ago
Use DirReaderFallback on OpenBSD, getdents64 is not defined there
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
FIXED
mozilla12
People
(Reporter: gaston, Assigned: gaston)
Details
Attachments
(1 file)
1.20 KB,
patch
|
cjones
:
review+
|
Details | Diff | Splinter Review |
Followup to bug #622992, build fails in ipc with
ipc/chromium/src/base/dir_reader_linux.h:60: error: '__NR_getdents64' was not declared in this scope
Proposed fix is to use DirReaderFallback on OpenBSD (since we are in the OS_LINUX case... bah)
Assignee | ||
Comment 1•14 years ago
|
||
Assignee: nobody → landry
Attachment #584999 -
Flags: review?(jones.chris.g)
Updated•14 years ago
|
Attachment #584999 -
Flags: review?(jones.chris.g) → review+
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Comment 2•14 years ago
|
||
Keywords: checkin-needed
Target Milestone: --- → mozilla12
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•