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:
Vadim Zeitlin 2009-02-19 01:03:27 +00:00
parent 60433f3f82
commit 58cccb3b44

View File

@ -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;