[Asterisk-cvs] asterisk/astman astman.c,1.6.2.1,1.6.2.2

markster at lists.digium.com markster at lists.digium.com
Wed Apr 21 20:45:29 CDT 2004


Update of /usr/cvsroot/asterisk/astman
In directory mongoose.digium.com:/tmp/cvs-serv20221/astman

Modified Files:
      Tag: v1-0_stable
	astman.c 
Log Message:
Backport gethostbyname_r conversion


Index: astman.c
===================================================================
RCS file: /usr/cvsroot/asterisk/astman/astman.c,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -d -r1.6.2.1 -r1.6.2.2
--- astman.c	15 Feb 2004 07:17:58 -0000	1.6.2.1
+++ astman.c	22 Apr 2004 00:50:10 -0000	1.6.2.2
@@ -23,6 +23,8 @@
 #include <asterisk/md5.h>
 #include <asterisk/manager.h>
 
+#undef gethostbyname
+
 #define MAX_HEADERS 80
 #define MAX_LEN 256
 




More information about the svn-commits mailing list