OpenSolaris

Printable Version Enter a New Search
Bug ID 6272618
Synopsis gcc and sockfs don't get along
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:sockfs
Keywords tonic-gcc
Responsible Engineer Rajagopal Kunhappan
Reported Against snv_14
Duplicate Of
Introduced In
Commit to Fix snv_23
Fixed In snv_23
Release Fixed solaris_nevada(snv_23)
Related Bugs
Submit Date 18-May-2005
Last Update Date 21-December-2006
Description
When building ON with gcc (on x86) there are some warnings in common/fs/sockfs.
gcc doesn't like implicit conversions between pointers and integers of different
sizes, so save the day with uintptr_t casts. And it was upset with a printf format.

The suggested fix compiles but I haven't tested it.
 xxxxx@xxxxx.com 2005-05-18 20:01:32 GMT
Work Around
N/A
Comments
N/A