diff options
Diffstat (limited to 'net/ser/files/patch-modules::tm::t_lookup.c')
-rw-r--r-- | net/ser/files/patch-modules::tm::t_lookup.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/ser/files/patch-modules::tm::t_lookup.c b/net/ser/files/patch-modules::tm::t_lookup.c index 3f46b1294098..e64315689ec4 100644 --- a/net/ser/files/patch-modules::tm::t_lookup.c +++ b/net/ser/files/patch-modules::tm::t_lookup.c @@ -1,10 +1,10 @@ $FreeBSD$ ---- modules/tm/t_lookup.c.orig Thu Aug 21 22:33:58 2003 -+++ modules/tm/t_lookup.c Mon Dec 15 20:59:56 2003 -@@ -96,8 +96,8 @@ - #include "t_lookup.h" +--- modules/tm/t_lookup.c.orig Fri Jul 16 00:18:34 2004 ++++ modules/tm/t_lookup.c Tue Jul 27 21:01:37 2004 +@@ -97,8 +97,8 @@ + #include "t_msgbuilder.h" /* for t_lookup_callid */ #define EQ_VIA_LEN(_via)\ - ( (p_msg->via1->bsize-(p_msg->_via->name.s-(p_msg->_via->hdr.s+p_msg->_via->hdr.len)))==\ @@ -14,7 +14,7 @@ $FreeBSD$ -@@ -115,7 +115,7 @@ +@@ -116,7 +116,7 @@ #define EQ_VIA_STR(_via)\ ( memcmp( t_msg->_via->name.s,\ p_msg->_via->name.s,\ |