diff --git a/packages/gzip/lib-stdio-impl.h.patch b/packages/gzip/lib-stdio-impl.h.patch deleted file mode 100644 index 7e7491a50..000000000 --- a/packages/gzip/lib-stdio-impl.h.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/lib/stdio-impl.h b/lib/stdio-impl.h -index 3fa94b4..2be01f3 100644 ---- a/lib/stdio-impl.h -+++ b/lib/stdio-impl.h -@@ -77,6 +77,7 @@ - see - and . - After this commit, the innards of FILE are hidden. */ -+#if 0 - # define fp_ ((struct { unsigned char *_p; \ - int _r; \ - int _w; \ -@@ -99,7 +100,7 @@ - fpos_t _offset; \ - /* More fields, not relevant here. */ \ - } *) fp) --# else -+#endif - # define fp_ fp - # endif -