diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-09-30 06:10:08 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-09-30 06:10:08 +0000 |
commit | d4cfa5e93d7a65bf390e27c353755520e57d5ce4 (patch) | |
tree | e8a41697264a701fe548d90b572fa68d320cae69 /archivers/zchunk/files | |
parent | audio/carla: Update 2.1.1 -> 2.2.0 (diff) |
archivers/zchunk: Update 1.1.6 -> 1.1.7
Notes
Notes:
svn path=/head/; revision=550649
Diffstat (limited to 'archivers/zchunk/files')
-rw-r--r-- | archivers/zchunk/files/patch-src_lib_index_index__read.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/archivers/zchunk/files/patch-src_lib_index_index__read.c b/archivers/zchunk/files/patch-src_lib_index_index__read.c deleted file mode 100644 index 99172b56fa74..000000000000 --- a/archivers/zchunk/files/patch-src_lib_index_index__read.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/lib/index/index_read.c.orig 2020-09-25 20:29:27 UTC -+++ src/lib/index/index_read.c -@@ -28,7 +28,11 @@ - #include <stdint.h> - #include <stdbool.h> - #include <string.h> -+#if !defined(__FreeBSD__) - #include <endian.h> -+#else -+#include <sys/endian.h> -+#endif - #include <zck.h> - - #include "zck_private.h" |