]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed "typo".
authorStefan Neis <Stefan.Neis@t-online.de>
Wed, 25 Jan 2006 17:58:50 +0000 (17:58 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Wed, 25 Jan 2006 17:58:50 +0000 (17:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/gsocket.cpp

index 1ea7b594e54ccf215eb632a5599c6e00c44cc67a..63bed5a32f89d0dc6dc97ab9443896c8d881b40c 100644 (file)
@@ -299,7 +299,7 @@ struct hostent * wxGethostbyaddr_r(const char *addr_buf, int buf_size,
   return he;
 }
 
-#if defined(HAVE_GETHOSTBYNAME)
+#if defined(HAVE_GETSERVBYNAME)
 static struct servent * deepCopyServent(struct servent *s,
                                        const struct servent *se,
                                        char *buffer, int size)