Closed
Bug 909832
Opened 12 years ago
Closed 12 years ago
nsClipboard.cpp:960:38: error: use of undeclared identifier 'errno' and 'EINTR'
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: jbeich, Assigned: jbeich)
References
Details
Attachments
(1 file)
676 bytes,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
widget/gtk2/nsClipboard.cpp:960:38: error:
use of undeclared identifier 'errno'
(select_result == -1 && errno == EINTR));
^
widget/gtk2/nsClipboard.cpp:960:47: error:
use of undeclared identifier 'EINTR'
(select_result == -1 && errno == EINTR));
^
2 errors generated.
Attachment #796138 -
Flags: review?(roc)
Comment 2•12 years ago
|
||
Piling on, since i've also experienced that build failure...
Attachment #796138 -
Flags: review?(roc) → review+
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Assignee: nobody → jbeich
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•