summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-19 09:48:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-19 09:48:44 (GMT)
commitf15ef338b9bec529a7b8325315b4b3dad48961f2 (patch)
tree29058e0f45d626203e4636621619d4cef468d1c1 /compat
parent1c6ca85d98db29234ab4e205233efcf423d995c9 (diff)
downloadtcl-f15ef338b9bec529a7b8325315b4b3dad48961f2.zip
tcl-f15ef338b9bec529a7b8325315b4b3dad48961f2.tar.gz
tcl-f15ef338b9bec529a7b8325315b4b3dad48961f2.tar.bz2
Suggested fix for [b179286248]: tclZipfs.c Build Error on CentOS 6
Diffstat (limited to 'compat')
-rw-r--r--compat/zlib/contrib/minizip/crypt.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/compat/zlib/contrib/minizip/crypt.h b/compat/zlib/contrib/minizip/crypt.h
index 62dcf77..4da804a 100644
--- a/compat/zlib/contrib/minizip/crypt.h
+++ b/compat/zlib/contrib/minizip/crypt.h
@@ -29,12 +29,6 @@
#define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
-#ifdef Z_U4
- typedef Z_U4 z_crc_t;
-#else
- typedef unsigned long z_crc_t;
-#endif
-
/***********************************************************************
* Return the next byte in the pseudo-random sequence
*/