diff options
Diffstat (limited to 'app-arch/bsdtar/files/libarchive-2.0b6-linux.patch')
-rw-r--r-- | app-arch/bsdtar/files/libarchive-2.0b6-linux.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/app-arch/bsdtar/files/libarchive-2.0b6-linux.patch b/app-arch/bsdtar/files/libarchive-2.0b6-linux.patch deleted file mode 100644 index 1882ec9e557e..000000000000 --- a/app-arch/bsdtar/files/libarchive-2.0b6-linux.patch +++ /dev/null @@ -1,22 +0,0 @@ -Index: libarchive-2.0b6/libarchive/archive_write_disk.c -=================================================================== ---- libarchive-2.0b6.orig/libarchive/archive_write_disk.c -+++ libarchive-2.0b6/libarchive/archive_write_disk.c -@@ -398,7 +398,7 @@ archive_write_disk_set_skip_file(struct - return (ARCHIVE_OK); - } - --static int -+static ssize_t - _archive_write_data_block(struct archive *_a, - const void *buff, size_t size, off_t offset) - { -@@ -432,7 +432,7 @@ _archive_write_data_block(struct archive - return (ARCHIVE_OK); - } - --static int -+static ssize_t - _archive_write_data(struct archive *_a, const void *buff, size_t size) - { - struct archive_write_disk *a = (struct archive_write_disk *)_a; |