aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/ktorrent2/files/patch-libktorrent-util-fileops.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/ktorrent2/files/patch-libktorrent-util-fileops.cpp')
-rw-r--r--net-p2p/ktorrent2/files/patch-libktorrent-util-fileops.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-p2p/ktorrent2/files/patch-libktorrent-util-fileops.cpp b/net-p2p/ktorrent2/files/patch-libktorrent-util-fileops.cpp
deleted file mode 100644
index bb0df257e008..000000000000
--- a/net-p2p/ktorrent2/files/patch-libktorrent-util-fileops.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- libktorrent/util/fileops.cpp.orig 2007-10-22 18:18:51.000000000 +0200
-+++ libktorrent/util/fileops.cpp 2007-10-22 18:35:28.000000000 +0200
-@@ -425,7 +425,7 @@
- if (statvfs(path.local8Bit(), &stfs) == 0)
- #endif
- {
-- bytes_free = ((Uint64)stfs.f_bavail) * ((Uint64)stfs.f_bsize);
-+ bytes_free = ((Uint64)stfs.f_bavail) * ((Uint64)stfs.f_frsize);
- return true;
- }
- else