From d983c7437fe95614316b4ce052509382d6931834 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Sun, 13 Sep 1998 23:37:12 +0000 Subject: [PATCH] Some systems define `u' as a macro. --- common/zlib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/zlib.c b/common/zlib.c index 9d1b8f2..2c4834b 100644 --- a/common/zlib.c +++ b/common/zlib.c @@ -10,7 +10,7 @@ * - added inflateIncomp and deflateOutputPending * - allow strm->next_out to be NULL, meaning discard the output * - * $Id: zlib.c,v 1.10 1998/03/19 04:55:37 paulus Exp $ + * $Id: zlib.c,v 1.11 1998/09/13 23:37:12 paulus Exp $ */ /* @@ -52,6 +52,7 @@ #include #include #include +#undef u # define HAVE_MEMCPY # define memcpy(d, s, n) bcopy((s), (d), (n)) # define memset(d, v, n) bzero((d), (n)) -- 2.39.2