From de05c59dc7246a3a49595d7bb9db844d9a0dd9c2 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 6 Mar 2011 22:36:23 +0000 Subject: - Remove files of ports that have been moved to other categories --- mbone/rtptools/files/patch-ad | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 mbone/rtptools/files/patch-ad (limited to 'mbone/rtptools/files/patch-ad') diff --git a/mbone/rtptools/files/patch-ad b/mbone/rtptools/files/patch-ad deleted file mode 100644 index 130804a6b732..000000000000 --- a/mbone/rtptools/files/patch-ad +++ /dev/null @@ -1,27 +0,0 @@ - -$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) -- rr->fraction = (n->num)*256; -- else if (strcmp(n->type, "lost") == 0) /* PP: alignment OK? */ -- rr->lost = htonl(n->num); -+ rr->fraclost = htonl((ntohl(rr->fraclost) & 0x00ffffff) | ((n->num)*256 << 24)); -+ else if (strcmp(n->type, "lost") == 0) -+ rr->fraclost = htonl((ntohl(rr->fraclost) & 0xff000000) | n->num); - 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; - } -+ } else { -+ usage(argv[0]); - } - - /* create/connect sockets */ -- cgit v1.2.3