X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=common%2Fzlib.c;h=2c4834bce42689246490924b129d8fa1a41cc91f;hp=9d1b8f224880397d5cbb51993499282b7fd22131;hb=cf73702697c68556cb5b41944d7646b1d75f3f28;hpb=d9e1a10fb18a0642b3c77dc678df687a32c8ad5d 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))