summaryrefslogtreecommitdiff
path: root/community/snapper/libbtrfs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/snapper/libbtrfs.patch')
-rw-r--r--community/snapper/libbtrfs.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/snapper/libbtrfs.patch b/community/snapper/libbtrfs.patch
deleted file mode 100644
index 805c36b44..000000000
--- a/community/snapper/libbtrfs.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/snapper/Btrfs.cc b/snapper/Btrfs.cc
-index 2c110c3..be9e974 100644
---- a/snapper/Btrfs.cc
-+++ b/snapper/Btrfs.cc
-@@ -982,7 +982,7 @@ namespace snapper
- {
- boost::this_thread::interruption_point();
-
-- int r = btrfs_read_and_process_send_stream(fd, &send_ops, &*this);
-+ int r = btrfs_read_and_process_send_stream(fd, &send_ops, &*this, 0);
-
- if (r < 0)
- {