aboutsummaryrefslogtreecommitdiff
path: root/archivers/gambas2-gb-compress-zlib/files/patch-gb.compress.zlib-src_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/gambas2-gb-compress-zlib/files/patch-gb.compress.zlib-src_main.c')
-rw-r--r--archivers/gambas2-gb-compress-zlib/files/patch-gb.compress.zlib-src_main.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/archivers/gambas2-gb-compress-zlib/files/patch-gb.compress.zlib-src_main.c b/archivers/gambas2-gb-compress-zlib/files/patch-gb.compress.zlib-src_main.c
deleted file mode 100644
index 7934b30930d0..000000000000
--- a/archivers/gambas2-gb-compress-zlib/files/patch-gb.compress.zlib-src_main.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- gb.compress.zlib/src/main.c 2009-03-20 05:44:31.000000000 -0500
-+++ gb.compress.zlib/src/main.c 2009-05-03 13:17:25.000000000 -0500
-@@ -24,13 +24,9 @@
-
- #define __MAIN_C
-
--#include <bits/wordsize.h>
--
- // Use 64 bits I/O
- #define _FILE_OFFSET_BITS 64
--#if __WORDSIZE == 64
- #define _LARGEFILE64_SOURCE
--#endif
-
- #include <errno.h>
- #include <stdio.h>