gzip: delete lib-vasnprintf.c.patch

no longer needed
This commit is contained in:
Lucinda May Phipps 2021-09-05 00:22:00 +01:00 committed by GitHub
parent f9e4d34fee
commit 5859e186a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
diff -u -r gzip-1.10/lib/vasnprintf.c gzip-1.10.mod/lib/vasnprintf.c
--- gzip-1.10/lib/vasnprintf.c 2018-12-21 23:56:16.000000000 -0500
+++ gzip-1.10.mod/lib/vasnprintf.c 2020-04-05 18:21:34.305189418 -0400
@@ -4874,7 +4874,8 @@
# if ! (((__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)) \
&& !defined __UCLIBC__) \
|| (defined __APPLE__ && defined __MACH__) \
- || (defined _WIN32 && ! defined __CYGWIN__))
+ || (defined _WIN32 && ! defined __CYGWIN__) \
+ || (defined __ANDROID__))
fbp[1] = '%';
fbp[2] = 'n';
fbp[3] = '\0';