Closed
Bug 103499
Opened 24 years ago
Closed 24 years ago
Compile error in nsSocket.cpp
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 102118
People
(Reporter: jonsmirl, Assigned: slogan)
References
Details
I'm doing my first Solaris 8 sparc build using gcc tools.
I had to remove the ifdef SOLARIS to make this file compile
#if defined(SOLARIS) || defined(_WINDOWS) || defined(IRIX)
#define socklen_t int
#endif
Comment 1•24 years ago
|
||
*** Bug 105988 has been marked as a duplicate of this bug. ***
Comment 2•24 years ago
|
||
This bug looks like a duplicate of bug 102118
*** This bug has been marked as a duplicate of 102118 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Bug 102118 is marked Verified. Marking this one Verified.
Status: RESOLVED → VERIFIED
Updated•10 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•