summaryrefslogtreecommitdiff
path: root/net/rtptools/files/patch-ad
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2006-03-16 02:54:18 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2006-03-16 02:54:18 +0000
commit5d95200aa48043de4870c372b92a76e806cee768 (patch)
treeeb742d4d8cc35c0aed53e9b4ddaa049a055aec9e /net/rtptools/files/patch-ad
parent- update to 1.31 (diff)
Update to 1.18.
Notes
Notes: svn path=/head/; revision=157367
Diffstat (limited to 'net/rtptools/files/patch-ad')
-rw-r--r--net/rtptools/files/patch-ad17
1 files changed, 10 insertions, 7 deletions
diff --git a/net/rtptools/files/patch-ad b/net/rtptools/files/patch-ad
index e7bbdd966728..130804a6b732 100644
--- a/net/rtptools/files/patch-ad
+++ b/net/rtptools/files/patch-ad
@@ -1,6 +1,9 @@
---- rtpsend.c.orig Fri Apr 6 18:18:26 2001
-+++ rtpsend.c Sat Apr 21 21:59:35 2001
-@@ -351,9 +351,9 @@
+
+$FreeBSD$
+
+--- rtpsend.c.orig Tue Sep 10 13:24:10 2002
++++ rtpsend.c Sat Aug 16 08:58:12 2003
+@@ -353,9 +353,9 @@
if (strcmp(n->type, "ssrc") == 0)
rr->ssrc = htonl(n->num);
else if (strcmp(n->type, "fraction") == 0)
@@ -13,10 +16,10 @@
else if (strcmp(n->type, "last_seq") == 0)
rr->last_seq = htonl(n->num);
else if (strcmp(n->type, "jit") == 0)
-@@ -899,6 +899,8 @@
-
- if (optind < argc) {
- if (hpt(argv[optind], (struct sockaddr *)&sin, &ttl) < 0) usage(argv[0]);
+@@ -919,6 +919,8 @@
+ local = (struct in_addr *)host->h_addr_list[0];
+ sin.sin_addr = *local;
+ }
+ } else {
+ usage(argv[0]);
}