aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/ktorrent2/files/patch-libktorrent-util-fileops.cpp
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /net-p2p/ktorrent2/files/patch-libktorrent-util-fileops.cpp
parent07bcc4091010f79f8d929d6ce22e51c7e3743b3f (diff)
Notes
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