Hi,

	Please be kind to people using AIX. When declaring char variables,
please use either s_char for signed char, or u_char for unsigned char. Most
of the world has char default to signed. AIX, being IBM, did it the other way,
and it made lots of things break. I converted all the char's to s_chars. Please
do likewise with any new char's you need.

Tom
