Closed
Bug 798352
Opened 12 years ago
Closed 12 years ago
Windows build fails in sctp under VC9 because EALREADY is undefined
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: wgianopoulos, Assigned: wgianopoulos)
References
Details
(Keywords: regression)
Attachments
(1 file, 2 obsolete files)
2.14 KB,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
Windows builds using VC9 are failing with:
/netwerk/sctp/datachannel/DataChannel.cpp(605) : error C2065: 'EALREADY' : undeclared identifier
Assignee | ||
Updated•12 years ago
|
Blocks: 729511
Keywords: regression
Updated•12 years ago
|
Assignee: nobody → rjesup
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Comment 2•12 years ago
|
||
Comment on attachment 668590 [details] [diff] [review]
This seems to work for me
No it doesn't! New patch coming.
Attachment #668590 -
Attachment is obsolete: true
Attachment #668590 -
Flags: review?(ted.mielczarek)
Assignee | ||
Comment 3•12 years ago
|
||
This one should be better. I will ask for review if my build works.
Assignee | ||
Comment 4•12 years ago
|
||
Third time is the charm!
Attachment #668610 -
Attachment is obsolete: true
Attachment #668657 -
Flags: review?(ted.mielczarek)
Comment 5•12 years ago
|
||
Comment on attachment 668657 [details] [diff] [review]
patch v3
Bill - thanks! Looks good to me.
Attachment #668657 -
Flags: review+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 6•12 years ago
|
||
I'll check it in
Comment 7•12 years ago
|
||
Comment on attachment 668657 [details] [diff] [review]
patch v3
Inbound's hosed, so I went ahead and landed this on m-c directly.
https://hg.mozilla.org/mozilla-central/rev/7194294d8a88
Attachment #668657 -
Flags: review?(ted.mielczarek)
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite-
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
You need to log in
before you can comment on or make changes to this bug.
Description
•