[Asterisk-cvs] asterisk/codecs/lpc10 lpcini.c,1.3,1.4

markster at lists.digium.com markster at lists.digium.com
Mon Oct 20 21:31:28 CDT 2003


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

Modified Files:
	lpcini.c 
Log Message:
FreeBSD patch, take 2


Index: lpcini.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/lpc10/lpcini.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- lpcini.c	16 Oct 2003 21:11:30 -0000	1.3
+++ lpcini.c	21 Oct 2003 02:57:29 -0000	1.4
@@ -1,6 +1,9 @@
 /*
 
 $Log$
+Revision 1.4  2003/10/21 02:57:29  markster
+FreeBSD patch, take 2
+
 Revision 1.3  2003/10/16 21:11:30  martinp
 Revert the previous patch since it's braking compilation
 
@@ -34,7 +37,7 @@
 
 #include "f2c.h"
 
-#include <malloc.h>
+#include <stdlib.h>
 
 /* Common Block Declarations */
 
@@ -48,6 +51,9 @@
 /* ***************************************************************** */
 
 /* $Log$
+/* Revision 1.4  2003/10/21 02:57:29  markster
+/* FreeBSD patch, take 2
+/*
 /* Revision 1.3  2003/10/16 21:11:30  martinp
 /* Revert the previous patch since it's braking compilation
 /*
@@ -77,6 +83,9 @@
 {
 
 /* $Log$
+/* Revision 1.4  2003/10/21 02:57:29  markster
+/* FreeBSD patch, take 2
+/*
 /* Revision 1.3  2003/10/16 21:11:30  martinp
 /* Revert the previous patch since it's braking compilation
 /*
@@ -106,6 +115,9 @@
 /*   LPC Configuration parameters: */
 /* Frame size, Prediction order, Pitch period */
 /* $Log$
+/* Revision 1.4  2003/10/21 02:57:29  markster
+/* FreeBSD patch, take 2
+/*
 /* Revision 1.3  2003/10/16 21:11:30  martinp
 /* Revert the previous patch since it's braking compilation
 /*




More information about the svn-commits mailing list