I once encountered this issue. Used to be in sys/user.h But it was 
removed by CR 6485872.

You can undefine u for the time being, and use a system after Jan of 
last year.

-minskey


ram vegesna 写道:
> Hi all,
>
> In my iscsi driver I had a os independent code , which has some unions 
> with name u which are not compiling in solaris. Do we have any definition
> in solaris to solve this issue.
>
> Ex:
> struct _BUS_ADDRESS
> {
> union
> {
> BUS_ADDRESS32 a32;
> BUS_ADDRESS64 a64;
> } u;
> };
>
> This structure gives compilation errors.
>
> Thanks,
> Ramkishore
>
> ------------------------------------------------------------------------
> Never miss a thing. Make Yahoo your homepage. 
> <http://us.rd.yahoo.com/evt=51438/*http://www.yahoo.com/r/hs>
> ------------------------------------------------------------------------
>
> _______________________________________________
> driver-discuss mailing list
> [email protected]
> http://mail.opensolaris.org/mailman/listinfo/driver-discuss
>   

_______________________________________________
driver-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/driver-discuss

Reply via email to