AIX compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
60433f3f82
commit
58cccb3b44
@ -136,7 +136,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxUNIXaddress, wxSockAddress)
|
||||
typedef char wxGethostBuf[1024];
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_FUNC_GETSERVBYNAME_R_3
|
||||
#ifdef HAVE_FUNC_GETSERVBYNAME_R_4
|
||||
struct wxGetservBuf : servent_data
|
||||
{
|
||||
wxGethostBuf()
|
||||
@ -383,7 +383,7 @@ servent *deepCopyServent(servent *s,
|
||||
servent *wxGetservbyname_r(const char *port,
|
||||
const char *protocol,
|
||||
servent *serv,
|
||||
wxGetservBuf buffer,
|
||||
wxGetservBuf& buffer,
|
||||
int size)
|
||||
{
|
||||
servent *se;
|
||||
|
Loading…
Reference in New Issue
Block a user