Closed
Bug 758483
Opened 13 years ago
Closed 13 years ago
"struct utsname" should be used to declare unameobj
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: ginnchen+exoracle, Assigned: ginnchen+exoracle)
Details
Attachments
(1 file)
702 bytes,
patch
|
bjacob
:
review+
|
Details | Diff | Splinter Review |
On Solaris <sys/utsname.h>, it has
extern struct utsname utsname;
so it's necessary to use "struct utsname unameobj" instead of "utsname unameobj" for disambiguation.
Comment 2•13 years ago
|
||
Comment on attachment 627069 [details] [diff] [review]
patch
Review of attachment 627069 [details] [diff] [review]:
-----------------------------------------------------------------
*sigh*
Attachment #627069 -
Flags: review?(bjacob) → review+
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla15
You need to log in
before you can comment on or make changes to this bug.
Description
•