diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-01-19 21:01:51 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-01-19 21:01:51 +0000 |
commit | 51d006637b167755763aca7016b62f0649d481fd (patch) | |
tree | b6b0bdbd7590b3ac3970efd54a58446abc4bad81 /net/linphone/files/patch-lpc10-1.5::lpcini.c | |
parent | The last commit should have said that the optimization and JavaScript (diff) |
Add linphone 0.9.1, a web phone that supports SIP protocol.
Notes
Notes:
svn path=/head/; revision=73565
Diffstat (limited to '')
-rw-r--r-- | net/linphone/files/patch-lpc10-1.5::lpcini.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/linphone/files/patch-lpc10-1.5::lpcini.c b/net/linphone/files/patch-lpc10-1.5::lpcini.c new file mode 100644 index 000000000000..4398a7075055 --- /dev/null +++ b/net/linphone/files/patch-lpc10-1.5::lpcini.c @@ -0,0 +1,17 @@ + +$FreeBSD$ + +--- lpc10-1.5/lpcini.c 2002/12/30 08:26:21 1.1 ++++ lpc10-1.5/lpcini.c 2002/12/30 08:28:01 +@@ -32,9 +32,9 @@ + -lf2c -lm (in that order) + */ + +-#include "f2c.h" ++#include <stdlib.h> + +-#include <malloc.h> ++#include "f2c.h" + + /* Common Block Declarations */ + |