From: Paul Mackerras Date: Sun, 13 Sep 1998 23:37:12 +0000 (+0000) Subject: Some systems define `u' as a macro. X-Git-Tag: RELEASE_2_3_6~50 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=d983c7437fe95614316b4ce052509382d6931834;ds=sidebyside Some systems define `u' as a macro. --- 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))