diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-11 06:35:52 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-11 06:35:52 -0300 |
commit | 580842dac7baabca3d2698112e3f3be766af8abe (patch) | |
tree | c1ec9ce6f125bb8aec18a30d3496ae61fce116f3 /testing/zchunk/fix-musl.patch | |
parent | 25dc12c69371e662cd89ee5b667fc7f92ea84543 (diff) | |
download | aports-580842dac7baabca3d2698112e3f3be766af8abe.tar.bz2 aports-580842dac7baabca3d2698112e3f3be766af8abe.tar.xz |
testing/zchunk: remove
Diffstat (limited to 'testing/zchunk/fix-musl.patch')
-rw-r--r-- | testing/zchunk/fix-musl.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/testing/zchunk/fix-musl.patch b/testing/zchunk/fix-musl.patch deleted file mode 100644 index 766745bb5b..0000000000 --- a/testing/zchunk/fix-musl.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/include/zck.h.in.orig 2018-08-03 07:08:45.140103751 +0200 -+++ b/include/zck.h.in 2018-08-03 07:09:18.613105487 +0200 -@@ -1,3 +1,4 @@ -+#include <sys/types.h> - #ifndef ZCK_H - #define ZCK_H - ---- a/src/unzck.c 2018-08-02 15:42:19.000000000 +0200 -+++ b/src/unzck.c 2018-08-04 20:20:53.438164577 +0200 -@@ -39,7 +39,7 @@ - #include <zck.h> - - #include "util_common.h" -- -+#undef stdout - static char doc[] = "unzck - Decompress a zchunk file"; - - static char args_doc[] = "<file>"; |