/usr/src/LiS/include/sys/LiS/tpicommon.h:34: conflicting types for `t_scalar_t'

/usr/src/LiS/include/sys/tihdr.h:71: previous declaration of `t_scalar_t'

/usr/src/LiS/include/sys/LiS/tpicommon.h:35: conflicting types for `t_uscalar_t'

/usr/src/LiS/include/sys/tihdr.h:73: previous declaration of `t_uscalar_t' 

 

Also the definitions of T_MORE etc cause warnings

/usr/src/LiS/include/xti/xti.h:148:1: warning: "T_MORE" redefined  :                                                 /usr/src/LiS/include/sys/tihdr.h:200:1: warning: this is the location of the previous definition   

 

#define T_MORE          0x0001

 

as against

 

#define T_MORE          0x001   /* more data */

 

N.B.

 

0x001 is the most popular format - used by Solaris, Unixware, HP

 

Typically AIX is on its own with

#define T_MORE          0x01

 

John

 

                                                   

Reply via email to