diff options
Diffstat (limited to 'net/v6eval/files/patch-lib_pkt_PktClient.h')
-rw-r--r-- | net/v6eval/files/patch-lib_pkt_PktClient.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/v6eval/files/patch-lib_pkt_PktClient.h b/net/v6eval/files/patch-lib_pkt_PktClient.h deleted file mode 100644 index 6ccee60436d3..000000000000 --- a/net/v6eval/files/patch-lib_pkt_PktClient.h +++ /dev/null @@ -1,13 +0,0 @@ ---- 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: |