Mailing List Archive

Solaris 2.5.1 patch
Aside from the u_int_8 thing, Solaris 2.5.1 has some other problems. For
some reason even the newest gcc's preprocessor can't grok
#define blah (x,y) (stuff using x and y)
as opposed to
#define blah(x,y) (stuff using x and y).

also, getsockname() expects its "tolen" parameter to be initialized for
some reason.

This patch seems to fix any problems with 2.5.1. It includes my own
version of the uint8 hack.

-Andy.