]> git.saurik.com Git - wxWidgets.git/commitdiff
AIX compilation fix
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 19 Feb 2009 01:03:27 +0000 (01:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 19 Feb 2009 01:03:27 +0000 (01:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/sckaddr.cpp

index e70932497f9a7f117ec9c5b3791dcedc9a377a0a..1eed7359859ba50b37e0b56f79a06d14dc129a2e 100644 (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;