summaryrefslogtreecommitdiff
path: root/net-libs/h323plus/files/h323plus-1.25.0-ptrace-param.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-27 18:07:28 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-27 18:07:28 +0000
commit67f76a858f1ac826bd8a550d756d9ec6e340ed4f (patch)
tree45f4ada6be05bc180a14e017c9d5c6b58a0eec6e /net-libs/h323plus/files/h323plus-1.25.0-ptrace-param.patch
parent38b7258d086dd5e263c3bbe3880c8c956676bc71 (diff)
gentoo resync : 27.01.2018
Diffstat (limited to 'net-libs/h323plus/files/h323plus-1.25.0-ptrace-param.patch')
-rw-r--r--net-libs/h323plus/files/h323plus-1.25.0-ptrace-param.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/net-libs/h323plus/files/h323plus-1.25.0-ptrace-param.patch b/net-libs/h323plus/files/h323plus-1.25.0-ptrace-param.patch
deleted file mode 100644
index c69e703f42c0..000000000000
--- a/net-libs/h323plus/files/h323plus-1.25.0-ptrace-param.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -ur a/src/rtp.cxx b/src/rtp.cxx
---- a/src/rtp.cxx 2012-12-10 18:56:08.000000000 +0100
-+++ b/src/rtp.cxx 2013-02-22 18:54:35.360358638 +0100
-@@ -1164,9 +1164,13 @@
- return e_ProcessPacket;
- }
-
--
-+#if PTRACING
- void RTP_Session::OnRxSenderReport(const SenderReport & PTRACE_PARAM(sender),
- const ReceiverReportArray & PTRACE_PARAM(reports))
-+#else
-+void RTP_Session::OnRxSenderReport(const SenderReport & sender,
-+ const ReceiverReportArray & reports)
-+#endif
- {
- userData->OnRxSenderReport(sessionID,sender,reports);
-