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-base/files/patch-osipua::src::osipua.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
Notes
Notes:
svn path=/head/; revision=91707
Diffstat (limited to 'net/linphone-base/files/patch-osipua::src::osipua.c')
-rw-r--r-- | net/linphone-base/files/patch-osipua::src::osipua.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/linphone-base/files/patch-osipua::src::osipua.c b/net/linphone-base/files/patch-osipua::src::osipua.c deleted file mode 100644 index 652cc865dc8a..000000000000 --- a/net/linphone-base/files/patch-osipua::src::osipua.c +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - ---- osipua/src/osipua.c.orig Sat Aug 16 01:30:51 2003 -+++ osipua/src/osipua.c Sat Aug 23 00:07:02 2003 -@@ -591,8 +591,7 @@ - if (ipaddr != NULL) - { - osip_trace(OSIP_INFO1,("osip_ua_find 1: %s <> %s \n",ua->ua_ipaddr,ipaddr)); -- if ((strcasecmp(ua->ua_ipaddr,ipaddr)==0) || (strcasecmp("127.0.0.1",ipaddr)==0) || -- IN6_IS_ADDR_LOOPBACK(res->ai_addr)) -+ if ((strcasecmp(ua->ua_ipaddr,ipaddr)==0) || (strcasecmp("127.0.0.1",ipaddr)==0)) - { - ret_ua=ua; /* ip addresses match */ - } |