Other platforms are fine because there's ifdef for linux.
As you said FreeBSD should also have this the only difference is that
the tcpi_last_ack_recv and tcpi_last_data_sent in FreeBSD have
__tcpi_last_ack_recv and __tcpi_last_data_sent I don't know how to detect
FreeBSD but it should be possible
I've created patch which may fix this (but I can't test it).
I don't know if Q_OS_BSD4 is the correct macro you may have to adjust that
the available macros are here http://doc.trolltech.com/4.5/qtglobal.html
Regards,
Roman
On Wed, 20 May 2009 09:16:54 +0200, Roman Jarosz
Will it compile if you change the two Q_WS_X11 to Q_OS_LINUX (without the
patch)?
On Wed, 20 May 2009 14:58:01 +0200, Raphael Kubo da Costa
wrote:
> 2009/5/20 Roman Jarosz :
>> Other platforms are fine because there's ifdef for linux.
>> As you said FreeBSD should als