Re: 2.6 no u_int8_t

From: Michael Pye <michael@dont-contact.us>
Date: Wed, 21 Jun 2006 21:14:10 +0100

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
Received on Wed Jun 21 2006 - 14:14:11 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Jun 30 2006 - 12:00:02 MDT