Menu

#1 OpenBSD compat

open
nobody
None
5
2001-06-23
2001-06-23
Anonymous
No

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

Discussion


Log in to post a comment.

MongoDB Logo MongoDB