[Asterisk-cvs] asterisk/channels chan_modem.c,1.43,1.44
russell at lists.digium.com
russell at lists.digium.com
Tue Jul 26 10:34:03 CDT 2005
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv22265/channels
Modified Files:
chan_modem.c
Log Message:
fix build issue for FreeBSD (bug #4802)
Index: chan_modem.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_modem.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- chan_modem.c 24 Jun 2005 02:15:04 -0000 1.43
+++ chan_modem.c 26 Jul 2005 14:40:41 -0000 1.44
@@ -12,15 +12,14 @@
*/
#include <stdio.h>
-#include <string.h>
-#include <ctype.h>
#include <stdlib.h>
-#include <unistd.h>
-#include <sys/socket.h>
+#include <ctype.h>
+#include <string.h>
#include <sys/time.h>
#include <errno.h>
#include <netinet/in.h>
#include <arpa/inet.h>
+#include <sys/socket.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/termios.h>
More information about the svn-commits
mailing list