[Asterisk-cvs] asterisk acl.c,1.53,1.54
markster
markster
Sat Aug 13 23:13:03 CDT 2005
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv11763
Modified Files:
acl.c
Log Message:
Fix build on OpenBSD (bug #4951)
Index: acl.c
===================================================================
RCS file: /usr/cvsroot/asterisk/acl.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- acl.c 11 Aug 2005 05:39:09 -0000 1.53
+++ acl.c 14 Aug 2005 03:16:06 -0000 1.54
@@ -33,7 +33,7 @@
#include <net/route.h>
#endif
-#if defined (SOLARIS)
+#if defined (SOLARIS) || defined(__OpenBSD__)
#include <sys/sockio.h>
/* netinet/ip.h does not define the following (See RFCs 791 and 1349) */
#define IPTOS_LOWCOST 0x02
More information about the svn-commits
mailing list