diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
commit | 39a5b78f8797ded2c50107a77794cd671dff707f (patch) | |
tree | 39f650e2e85c255908675444e0ce32d9639f251f /net/v6eval/files/patch-lib_Cm_CmAgent.h | |
parent | Remove non staged ports without pending PR from net-im and net-mgmt (diff) |
Remove non staged ports without pending PR from net-p2p, net and news
Notes
Notes:
svn path=/head/; revision=366967
Diffstat (limited to 'net/v6eval/files/patch-lib_Cm_CmAgent.h')
-rw-r--r-- | net/v6eval/files/patch-lib_Cm_CmAgent.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net/v6eval/files/patch-lib_Cm_CmAgent.h b/net/v6eval/files/patch-lib_Cm_CmAgent.h deleted file mode 100644 index 598a2c32bafe..000000000000 --- a/net/v6eval/files/patch-lib_Cm_CmAgent.h +++ /dev/null @@ -1,17 +0,0 @@ ---- lib/Cm/CmAgent.h.orig 2013-06-16 10:41:30.000000000 +0900 -+++ lib/Cm/CmAgent.h 2013-06-16 10:42:30.000000000 +0900 -@@ -46,11 +46,11 @@ - #define _Cm_CmAgent_h_ 1 - /* Interface Definition */ - #include "CmReceiver.h" --struct CmAgent; -+class CmAgent; - typedef int (CmAgent::*agentFunc)(int); - typedef int (CmAgent::*timerFunc)(time_t,uint32_t); --struct CmDispatch; --struct CmAgent:public CmReceiver { -+class CmDispatch; -+class CmAgent:public CmReceiver { - private: - agentFunc readAction_; - agentFunc writeAction_; |