]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
IPTOS_MINCOST is not defined on Solaris.
authorJason Parker <jparker@digium.com>
Tue, 26 Feb 2008 00:03:30 +0000 (00:03 +0000)
committerJason Parker <jparker@digium.com>
Tue, 26 Feb 2008 00:03:30 +0000 (00:03 +0000)
(closes issue #12050)
Reported by: asgaroth
Patches:
      12050.patch uploaded by putnopvut (license 60)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@104111 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_h323.c

index bcde79a79e4680cb326017c7d0cec9037eb11aa3..fb0d8315f01cfbd0a9e35fee8b19f9ff1a9886f0 100644 (file)
@@ -54,7 +54,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 #include <sys/socket.h>
 #include <sys/signal.h>
 #include <sys/param.h>
-#if defined(BSD)
+#if defined(BSD) || defined(SOLARIS)
 #ifndef IPTOS_MINCOST
 #define IPTOS_MINCOST 0x02
 #endif