summaryrefslogtreecommitdiff
path: root/package/lftp/patches/patch-src_FileCopy_cc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-23 05:21:46 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-23 07:42:29 +0100
commit99bfda0e006d2f9ed10a721a7d78fd7a7ecae3ec (patch)
tree6bda111d4d36cc9a955794f818d86fa3b04b4484 /package/lftp/patches/patch-src_FileCopy_cc
parentff894f9ebafc989b39cf39329736234ab6651c20 (diff)
lftp: update to 4.9.2
Diffstat (limited to 'package/lftp/patches/patch-src_FileCopy_cc')
-rw-r--r--package/lftp/patches/patch-src_FileCopy_cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/lftp/patches/patch-src_FileCopy_cc b/package/lftp/patches/patch-src_FileCopy_cc
deleted file mode 100644
index a8b1d0d41..000000000
--- a/package/lftp/patches/patch-src_FileCopy_cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- lftp-4.7.7.orig/src/FileCopy.cc 2017-03-07 08:35:47.000000000 +0100
-+++ lftp-4.7.7/src/FileCopy.cc 2017-06-05 21:33:11.719033961 +0200
-@@ -36,7 +36,7 @@
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>
--#include <math.h>
-+#include <cmath>
- #include <stddef.h>
- #include "FileCopy.h"
- #include "url.h"