search for: opthdr

Displaying 1 result from an estimated 1 matches for "opthdr".

Did you mean: opted
1999 May 07
0
R-0.64.0 on SUN
...lar_t' /usr/include/sys/tiuser.h:50: warning: no semicolon at end of struct or union /usr/include/sys/tiuser.h:51: warning: data definition has no type or storage class and this goes on for a little while. The "guilty" part of /usr/include/sys/tpicommon.h looks like this: /* * The opthdr types are now t_uscalar_t - inspired by XTI */ #if !defined(_XPG4_2) || defined(__EXTENSIONS__) struct opthdr { t_uscalar_t level; /* protocol level affected */ t_uscalar_t name; /* option to modify */ t_uscalar_t len; /* length of option value */ }; Is...