aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/lpc10
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-21 02:57:29 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-21 02:57:29 +0000
commit0f1c8b8df4a4bd8596282a341a5564195ecd340a (patch)
tree39859596c62f878a9f2957c3a40d36e48c475044 /codecs/lpc10
parentbc32cd5adfe0da2d1d1a08c6bc5b04b9e7d0160e (diff)
FreeBSD patch, take 2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1638 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs/lpc10')
-rwxr-xr-xcodecs/lpc10/lpcini.c28
1 files changed, 20 insertions, 8 deletions
diff --git a/codecs/lpc10/lpcini.c b/codecs/lpc10/lpcini.c
index 75e9ff2af..78cfafdd8 100755
--- a/codecs/lpc10/lpcini.c
+++ b/codecs/lpc10/lpcini.c
@@ -1,7 +1,10 @@
/*
$Log$
-Revision 1.16 2003/10/16 21:11:29 martinp
+Revision 1.17 2003/10/21 02:57:29 markster
+FreeBSD patch, take 2
+
+Revision 1.16 2003/10/18 00:26:43 tholo
Revert the previous patch since it's braking compilation
Revision 1.3 2003/10/16 21:11:30 martinp
@@ -37,7 +40,7 @@ extern int lpcini_(void);
#include "f2c.h"
-#include <malloc.h>
+#include <stdlib.h>
/* Common Block Declarations */
@@ -51,9 +54,12 @@ struct {
/* ***************************************************************** */
/* $Log$
- * Revision 1.16 2003/10/16 21:11:29 martinp
- * Revert the previous patch since it's braking compilation
+ * Revision 1.17 2003/10/21 02:57:29 markster
+ * FreeBSD patch, take 2
*
+/* Revision 1.16 2003/10/18 00:26:43 tholo
+/* Revert the previous patch since it's braking compilation
+/*
/* Revision 1.3 2003/10/16 21:11:30 martinp
/* Revert the previous patch since it's braking compilation
/*
@@ -83,9 +89,12 @@ struct {
{
/* $Log$
- * Revision 1.16 2003/10/16 21:11:29 martinp
- * Revert the previous patch since it's braking compilation
+ * Revision 1.17 2003/10/21 02:57:29 markster
+ * FreeBSD patch, take 2
*
+/* Revision 1.16 2003/10/18 00:26:43 tholo
+/* Revert the previous patch since it's braking compilation
+/*
/* Revision 1.3 2003/10/16 21:11:30 martinp
/* Revert the previous patch since it's braking compilation
/*
@@ -115,9 +124,12 @@ struct {
/* LPC Configuration parameters: */
/* Frame size, Prediction order, Pitch period */
/* $Log$
- * Revision 1.16 2003/10/16 21:11:29 martinp
- * Revert the previous patch since it's braking compilation
+ * Revision 1.17 2003/10/21 02:57:29 markster
+ * FreeBSD patch, take 2
*
+/* Revision 1.16 2003/10/18 00:26:43 tholo
+/* Revert the previous patch since it's braking compilation
+/*
/* Revision 1.3 2003/10/16 21:11:30 martinp
/* Revert the previous patch since it's braking compilation
/*