summaryrefslogtreecommitdiff
path: root/net/xorp/files/patch-libxipc__xrl_pf_stcp.cc
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2015-09-07 19:04:23 +0000
committerHiroki Sato <hrs@FreeBSD.org>2015-09-07 19:04:23 +0000
commit0a0906700b6b1255937f7e237087ce6c123cbea0 (patch)
tree6711200ddde593c7d4ae084b5a2174061c820fe6 /net/xorp/files/patch-libxipc__xrl_pf_stcp.cc
parentAdd net/smcroute, a simple, static multicast routing tool. (diff)
- Use USE_GITHUB.
- Add USE_LDCONFIG when SHARED is enabled. - Use OPTIONS_SUB. - Use {opt}_FOO wherever possible. - Normalize patch files. - Take maintainership.
Diffstat (limited to 'net/xorp/files/patch-libxipc__xrl_pf_stcp.cc')
-rw-r--r--net/xorp/files/patch-libxipc__xrl_pf_stcp.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/xorp/files/patch-libxipc__xrl_pf_stcp.cc b/net/xorp/files/patch-libxipc__xrl_pf_stcp.cc
index a22f6fdced95..55fa3667447d 100644
--- a/net/xorp/files/patch-libxipc__xrl_pf_stcp.cc
+++ b/net/xorp/files/patch-libxipc__xrl_pf_stcp.cc
@@ -1,6 +1,6 @@
---- ./libxipc/xrl_pf_stcp.cc.orig 2011-09-08 17:46:00.000000000 +0000
-+++ ./libxipc/xrl_pf_stcp.cc 2014-02-26 21:17:13.000000000 +0000
-@@ -584,7 +584,7 @@
+--- libxipc/xrl_pf_stcp.cc.orig 2012-01-11 17:56:10 UTC
++++ libxipc/xrl_pf_stcp.cc
+@@ -584,7 +584,7 @@ public:
uint32_t sn,
const Xrl& x,
const Callback& cb)
@@ -9,7 +9,7 @@
{
size_t header_bytes = STCPPacketHeader::header_size();
size_t xrl_bytes = x.packed_bytes();
-@@ -607,7 +607,7 @@
+@@ -607,7 +607,7 @@ public:
}
RequestState(XrlPFSTCPSender* p, uint32_t sn)
@@ -18,7 +18,7 @@
{
size_t header_bytes = STCPPacketHeader::header_size();
-@@ -650,7 +650,7 @@
+@@ -650,7 +650,7 @@ private:
uint8_t _buffer[256]; // XXX important performance parameter
uint32_t _size;
Callback _cb;