diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2009-03-14 05:27:45 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2009-03-14 05:27:45 +0000 |
commit | e0a3211a0628905e6ee8763ed1e897bd430bd32f (patch) | |
tree | 9b282744501e3cb3ecb83a8bfc1875ea58c3628b /net/iaxmodem/files/patch-lib_spandsp_src_t38_terminal.c | |
parent | Add p5-Test-TCP 0.02, perl extension for testing TCP program. (diff) |
Upgrade to 1.2.0.
Pass maintainership to submitter.
Submitted by: Massimiliano Stucchi <stucchi at gufi dot org>
PR: ports/132619
Diffstat (limited to 'net/iaxmodem/files/patch-lib_spandsp_src_t38_terminal.c')
-rw-r--r-- | net/iaxmodem/files/patch-lib_spandsp_src_t38_terminal.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/iaxmodem/files/patch-lib_spandsp_src_t38_terminal.c b/net/iaxmodem/files/patch-lib_spandsp_src_t38_terminal.c new file mode 100644 index 000000000000..248d2f7fa8a7 --- /dev/null +++ b/net/iaxmodem/files/patch-lib_spandsp_src_t38_terminal.c @@ -0,0 +1,11 @@ +--- lib/spandsp/src/t38_terminal.c 2009-03-14 05:26:02.000000000 +0100 ++++ lib/spandsp/src/t38_terminal.c 2009-03-14 05:26:40.000000000 +0100 +@@ -37,7 +37,7 @@ + #include <fcntl.h> + #include <time.h> + #include <string.h> +-#include <malloc.h> ++#include <stdlib.h> + #include "floating_fudge.h" + #if defined(HAVE_TGMATH_H) + #include <tgmath.h> |