[Asterisk-cvs] asterisk/pbx pbx_dundi.c,1.10,1.11

citats at lists.digium.com citats at lists.digium.com
Sun Oct 24 13:49:32 CDT 2004


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

Modified Files:
	pbx_dundi.c 
Log Message:
Use same defines for NetBSD as FreeBSD in pbx_dundi.c (bug 2716)

Index: pbx_dundi.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_dundi.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- pbx_dundi.c	24 Oct 2004 06:44:37 -0000	1.10
+++ pbx_dundi.c	24 Oct 2004 17:53:10 -0000	1.11
@@ -47,7 +47,7 @@
 #include <sys/ioctl.h>
 #include <netinet/in.h>
 #include <net/if.h>
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined(__NetBSD__)
 #include <net/if_dl.h>
 #include <ifaddrs.h>
 #endif




More information about the svn-commits mailing list