[asterisk-commits] rizzo: branch rizzo/astobj2 r45987 -
/team/rizzo/astobj2/main/utils.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Mon Oct 23 09:39:45 MST 2006
Author: rizzo
Date: Mon Oct 23 11:39:44 2006
New Revision: 45987
URL: http://svn.digium.com/view/asterisk?rev=45987&view=rev
Log:
do it right...
Modified:
team/rizzo/astobj2/main/utils.c
Modified: team/rizzo/astobj2/main/utils.c
URL: http://svn.digium.com/view/asterisk/team/rizzo/astobj2/main/utils.c?rev=45987&r1=45986&r2=45987&view=diff
==============================================================================
--- team/rizzo/astobj2/main/utils.c (original)
+++ team/rizzo/astobj2/main/utils.c Mon Oct 23 11:39:44 2006
@@ -67,7 +67,7 @@
AST_THREADSTORAGE(inet_ntoa_buf);
-#if !defined(HAVE_GETHOSTBYNAME_R) && (defined(__OpenBSD__) || defined( __NetBSD__ ) || defined(__APPLE__) || defined(__CYGWIN__))
+#if !defined(HAVE_GETHOSTBYNAME_R)
#define ERANGE 34 /*!< duh? ERANGE value copied from web... */
#undef gethostbyname
More information about the asterisk-commits
mailing list