On 10/21/2010 09:52 AM, hyjial wrote:
Hi list !

There is a u_int on line 50 of sys/tcp.h. u_int is defined only if
__BSD_VISIBLE is which it is not is _POSIX_SOURCE is defined.

Is this intended ?

Hit into this when trying to build a program which uses libsoup.

Thanks,

hyjial

I was hit with this once (surf before it was ported) I just patched out the POSIX_SOURCE define in the code I was trying to compile.

However, I to am curious about the politics of that particular ifdef.

Reply via email to