From a14da88b51b0f28b150eb5ac7181d11cbbcb5eb2 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Sun, 16 Jun 2013 02:37:46 +0000 Subject: - Add patches to fix type mismatch. Bump PORTREVISION becuase some affect the result binaries. - Fix build on head after byacc 20130304. --- net/v6eval/files/patch-lib_pkt_PktClient.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net/v6eval/files/patch-lib_pkt_PktClient.h (limited to 'net/v6eval/files/patch-lib_pkt_PktClient.h') 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: -- cgit v1.2.3