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.
_______________________________________________
driver-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/driver-discuss

Reply via email to