Closed
Bug 759459
Opened 12 years ago
Closed 12 years ago
Build broken on FreeBSD since patch for bug #745034 landed
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: mpk, Assigned: mpk)
References
Details
(Whiteboard: [js:p1:fx15])
Attachments
(2 files)
5.99 KB,
text/plain
|
Details | |
648 bytes,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
Unfortunately the aforementioned patch broke the builds on FreeBSD.
I'll attach a small patch shortly.
Assignee | ||
Comment 1•12 years ago
|
||
Moving "#include <unistd.h>" down after "#include <sys/time.h>" fixed things for me. Comparing the include section with the ones in the following files, the patch seems pretty safe.
ipc/chromium/src/base/process_util_posix.cc
ipc/chromium/src/third_party/libevent/devpoll.c
ipc/chromium/src/third_party/libevent/epoll.c
ipc/chromium/src/third_party/libevent/http.c
ipc/chromium/src/third_party/libevent/test/bench.c
Attachment #628057 -
Flags: review?(terrence)
Updated•12 years ago
|
Whiteboard: [js:p1:fx15]
Comment 2•12 years ago
|
||
Comment on attachment 628057 [details] [diff] [review]
unbreak the build (including unistd.h a bit later)
Review of attachment 628057 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks for the patch. Looks fine to me.
Attachment #628057 -
Flags: review?(terrence) → review+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•