From: Stefan Neis Date: Wed, 25 Jan 2006 17:58:50 +0000 (+0000) Subject: Fixed "typo". X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f0b805fab61f0150fe429f70155e7e81f89cc698 Fixed "typo". git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/unix/gsocket.cpp b/src/unix/gsocket.cpp index 1ea7b594e5..63bed5a32f 100644 --- a/src/unix/gsocket.cpp +++ b/src/unix/gsocket.cpp @@ -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)