[Freeswitch-svn] [commit] r10978 - freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax

FreeSWITCH SVN gmaruzz at freeswitch.org
Sun Dec 28 04:01:22 PST 2008


Author: gmaruzz
Date: Sun Dec 28 07:01:22 2008
New Revision: 10978

Log:
skypiax: using real pipes on linux

Modified:
   freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/skypiax_protocol.c

Modified: freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/skypiax_protocol.c
==============================================================================
--- freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/skypiax_protocol.c	(original)
+++ freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/skypiax_protocol.c	Sun Dec 28 07:01:22 2008
@@ -1,5 +1,5 @@
 #include "skypiax.h"
-#include <netinet/tcp.h>
+//#include <netinet/tcp.h>
 
 extern switch_memory_pool_t *skypiax_module_pool;
 extern int option_debug;



More information about the Freeswitch-svn mailing list