summaryrefslogtreecommitdiffstats
path: root/system/cdfs/cdfs-splice_not_sendfile.patch
diff options
context:
space:
mode:
author Robby Workman2010-03-23 23:36:19 +0100
committer Michiel van Wessem2010-05-13 14:28:24 +0200
commite5a601defd2a069c3c481f98b47668490aaf8a73 (patch)
treef23080ac2d381c6f455ac5f1ffc76692e38b1341 /system/cdfs/cdfs-splice_not_sendfile.patch
parent765152504d5dbd61737ed958dae3381740497b89 (diff)
downloadslackbuilds-e5a601defd2a069c3c481f98b47668490aaf8a73.tar.gz
system/cdfs: Fix build.
Upstream committed the 'cdfs-splice_not_sendfile.patch' patch that we used to apply, but they didn't bump the version - they just spun a new tarball and (of course) changed the checksum.
Diffstat (limited to 'system/cdfs/cdfs-splice_not_sendfile.patch')
-rw-r--r--system/cdfs/cdfs-splice_not_sendfile.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/system/cdfs/cdfs-splice_not_sendfile.patch b/system/cdfs/cdfs-splice_not_sendfile.patch
deleted file mode 100644
index f38cfb803a..0000000000
--- a/system/cdfs/cdfs-splice_not_sendfile.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur a/cddata.c b/cddata.c
---- a/cddata.c 2008-12-08 07:21:37.000000000 -0600
-+++ b/cddata.c 2009-02-18 17:34:17.679224488 -0600
-@@ -82,7 +82,7 @@
- .mmap = generic_file_mmap
- #else
- .mmap = generic_file_readonly_mmap,
-- .sendfile = generic_file_sendfile
-+ .splice_read = generic_file_splice_read
- #endif
- };
-