OpenBSD compat
Brought to you by:
shonjir
on line 2162
2161: HOSTENT *phostent;
2162: int x;
2163: BOOL b;
'int x' => 'unsigned x'
2161: HOSTENT *phostent;
2162: unsigned x;
2163: BOOL b;
in OpenBSD, gethostbyname() (line: 2246) requires the third argument to unsigned.
I dont know how this effects other distro's
Chris Lee
lee@mediawaveonline.com