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_Pz_PvAction.cc | |
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_Pz_PvAction.cc')
-rw-r--r-- | net/v6eval/files/patch-lib_Pz_PvAction.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/v6eval/files/patch-lib_Pz_PvAction.cc b/net/v6eval/files/patch-lib_Pz_PvAction.cc deleted file mode 100644 index 6f7ecd614328..000000000000 --- a/net/v6eval/files/patch-lib_Pz_PvAction.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/Pz/PvAction.cc.orig 2013-06-16 10:39:01.000000000 +0900 -+++ lib/Pz/PvAction.cc 2013-06-16 10:39:29.000000000 +0900 -@@ -55,7 +55,7 @@ - PvAction::~PvAction() {} - void PvAction::print() const { - CSTR s=meta()->string(); -- printf(s);} -+ printf("%s", s);} - - //====================================================================== - PvAUTO::PvAUTO(const MObject* m,CSTR f,int l):PvAction(m,f,l){} |