Index: head/net/kiax/files/patch-lib_libiax2_src_iax.c =================================================================== --- head/net/kiax/files/patch-lib_libiax2_src_iax.c (revision 148101) +++ head/net/kiax/files/patch-lib_libiax2_src_iax.c (revision 148102) @@ -1,14 +1,31 @@ ---- lib/libiax2/src/iax.c.orig Sat Nov 12 17:29:58 2005 -+++ lib/libiax2/src/iax.c Sat Nov 12 17:31:06 2005 -@@ -53,9 +53,11 @@ +--- lib/libiax2/src/iax.c.orig Sun Nov 13 13:59:36 2005 ++++ lib/libiax2/src/iax.c Sun Nov 13 14:21:46 2005 +@@ -53,11 +53,13 @@ #include #ifndef MACOSX +#ifndef __FreeBSD__ #include #ifndef SOLARIS #include -+#endif #endif #endif ++#endif + #endif + +@@ -85,10 +87,14 @@ + #ifdef MACOSX + #define IAX_SOCKOPTS MSG_DONTWAIT + #else ++#ifdef __FreeBSD__ ++#define IAX_SOCKOPTS MSG_DONTWAIT ++#else + #ifdef SOLARIS + #define IAX_SOCKOPTS MSG_DONTWAIT + #else /* Linux and others */ + #define IAX_SOCKOPTS MSG_DONTWAIT | MSG_NOSIGNAL ++#endif + #endif + #endif + #endif Property changes on: head/net/kiax/files/patch-lib_libiax2_src_iax.c ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property