diff options
Diffstat (limited to 'net/rtptools/files/patch-rtpsend.c')
-rw-r--r-- | net/rtptools/files/patch-rtpsend.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/rtptools/files/patch-rtpsend.c b/net/rtptools/files/patch-rtpsend.c index 2003e898f0ab..1153d0816ca1 100644 --- a/net/rtptools/files/patch-rtpsend.c +++ b/net/rtptools/files/patch-rtpsend.c @@ -1,6 +1,6 @@ ---- rtpsend.c.orig Tue Sep 10 13:24:10 2002 -+++ rtpsend.c Sat Aug 16 08:58:12 2003 -@@ -353,9 +353,9 @@ +--- rtpsend.c.orig 2016-06-20 15:59:04 UTC ++++ rtpsend.c +@@ -354,9 +354,9 @@ static int rtcp_rr(node_t *list, char *p if (strcmp(n->type, "ssrc") == 0) rr->ssrc = htonl(n->num); else if (strcmp(n->type, "fraction") == 0) @@ -13,9 +13,9 @@ else if (strcmp(n->type, "last_seq") == 0) rr->last_seq = htonl(n->num); else if (strcmp(n->type, "jit") == 0) -@@ -919,6 +919,8 @@ - local = (struct in_addr *)host->h_addr_list[0];
- sin.sin_addr = *local;
+@@ -926,6 +926,8 @@ int main(int argc, char *argv[]) + local = (struct in_addr *)host->h_addr_list[0]; + sin.sin_addr = *local; } + } else { + usage(argv[0]); |