summaryrefslogtreecommitdiff
path: root/net/v6eval/files/patch-lib_pkt_PktClient.h
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-06-16 02:37:46 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-06-16 02:37:46 +0000
commita14da88b51b0f28b150eb5ac7181d11cbbcb5eb2 (patch)
tree6b4f932f596f778acb5e8a08a1c707e1302b0885 /net/v6eval/files/patch-lib_pkt_PktClient.h
parent- Fix configuring ezmlm-idx-7 mailing lists. Only apply the (diff)
- Add patches to fix type mismatch. Bump PORTREVISION becuase some affect
the result binaries. - Fix build on head after byacc 20130304.
Notes
Notes: svn path=/head/; revision=321022
Diffstat (limited to 'net/v6eval/files/patch-lib_pkt_PktClient.h')
-rw-r--r--net/v6eval/files/patch-lib_pkt_PktClient.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/v6eval/files/patch-lib_pkt_PktClient.h b/net/v6eval/files/patch-lib_pkt_PktClient.h
new file mode 100644
index 000000000000..6ccee60436d3
--- /dev/null
+++ b/net/v6eval/files/patch-lib_pkt_PktClient.h
@@ -0,0 +1,13 @@
+--- lib/pkt/PktClient.h.orig 2013-06-16 10:55:15.000000000 +0900
++++ lib/pkt/PktClient.h 2013-06-16 10:55:31.000000000 +0900
+@@ -46,8 +46,8 @@
+ #define __PktClient_h__ 1
+ #include "pktDefine.h"
+ #include "PktRecv.h"
+-struct CmDispatch;
+-struct PktClient:public PktReceiver {
++class CmDispatch;
++class PktClient:public PktReceiver {
+ private:
+ CmDispatch* dispatch_;
+ public: