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

Modified Files:
        acl.c 
Log Message:
Fix acl compile on solaris (bug #4932)


Index: acl.c
===================================================================
RCS file: /usr/cvsroot/asterisk/acl.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- acl.c       9 Aug 2005 16:41:28 -0000       1.52
+++ acl.c       11 Aug 2005 05:39:09 -0000      1.53
@@ -35,6 +35,9 @@
 
 #if defined (SOLARIS)
 #include <sys/sockio.h>
+/* netinet/ip.h does not define the following (See RFCs 791 and 1349) */
+#define       IPTOS_LOWCOST           0x02
+#define       IPTOS_MINCOST           IPTOS_LOWCOST
 #endif
 
 #include "asterisk.h"

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to