Hi,

At 22.14 21/06/2006, Michael Pye wrote:

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.

I'm working on a better fix.

please wait.

Regards

Guido



-
========================================================
Guido Serassio
Acme Consulting S.r.l. - Microsoft Certified Partner
Via Lucia Savarino, 1           10098 - Rivoli (TO) - ITALY
Tel. : +39.011.9530135  Fax. : +39.011.9781115
Email: [EMAIL PROTECTED]
WWW: http://www.acmeconsulting.it/

Reply via email to