aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-10-05 15:19:18 +0000
committerJohn Marino <marino@FreeBSD.org>2015-10-05 15:19:18 +0000
commit54c0470f9e20b868eb5a75c6e25276eb4130115f (patch)
tree7d18d7fa9d84c600545116944b5964d015fb62aa /ftp
parent45e99b72ebe639c23ec20ae36c291edaf811290e (diff)
downloadports-54c0470f9e20b868eb5a75c6e25276eb4130115f.tar.gz
ports-54c0470f9e20b868eb5a75c6e25276eb4130115f.zip
ftp/multiget: Remove redundant patch
With the patch of common.h, the patch to common.cpp is no longer necessary.
Notes
Notes: svn path=/head/; revision=398653
Diffstat (limited to 'ftp')
-rw-r--r--ftp/multiget/files/patch-common.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/ftp/multiget/files/patch-common.cpp b/ftp/multiget/files/patch-common.cpp
deleted file mode 100644
index feedbeabe65c..000000000000
--- a/ftp/multiget/files/patch-common.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- common.cpp.orig
-+++ common.cpp
-@@ -22,6 +22,8 @@
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-+#include <cstdlib>
-+
- #include "common.h"
- #include "speedctrl.h"
- #include "mirroradmin.h"