Michael Pye wrote:
u_int8_t isn't defined in solaris.

... but uint8_t  is.

Adding
typedef uint8_t  u_int8_t;

to typedefs.h fixes it.

Or, if u_int8_t and uint8_t are the same, could just replace the use of u_int8_t on lines 388 and 430 of wccp2.c with uint8_t.

--
Michael

Reply via email to