diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-20 07:35:36 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-20 07:35:36 +0000 |
commit | d101b93e0aedbf3e63a2a24833cc938e6cab1ef3 (patch) | |
tree | f1b4de0de0119afbdf292d9554c72d4f138f934c /net/linphone/files/patch-lpc10-1.5::lpcini.c | |
parent | - Update to version 9.3 (diff) |
Undo update of net/linphone. The port uses some kind of programming
trick to find out the IP address of the outgoing interface. This
trick works fine on Linux, but fails on *BSD. For more information,
see udpcliserv/udpcli09.c in the book of Richard Stevens.
Touched port-epoch
Diffstat (limited to 'net/linphone/files/patch-lpc10-1.5::lpcini.c')
-rw-r--r-- | net/linphone/files/patch-lpc10-1.5::lpcini.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net/linphone/files/patch-lpc10-1.5::lpcini.c b/net/linphone/files/patch-lpc10-1.5::lpcini.c deleted file mode 100644 index 4398a7075055..000000000000 --- a/net/linphone/files/patch-lpc10-1.5::lpcini.c +++ /dev/null @@ -1,17 +0,0 @@ - -$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 */ - |