diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2004-12-03 03:06:38 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2004-12-03 03:06:38 +0000 |
commit | d96931260dc21ceb4f8d4e37df6f2bc6a29f98d4 (patch) | |
tree | 782175db670b464e3ad734215dacc64ae755662b /lib/libz/inffast.c | |
parent | d48077462d88e247b3bd612bd0da8c6299a10fa2 (diff) |
update to zlib-1.21 (we already have the CAN-2004-0797 security fixes)
"in it goes" deraadt@, in the near-total absence of feedback from others
Diffstat (limited to 'lib/libz/inffast.c')
-rw-r--r-- | lib/libz/inffast.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libz/inffast.c b/lib/libz/inffast.c index 33b9feb54b7..2c3f664281f 100644 --- a/lib/libz/inffast.c +++ b/lib/libz/inffast.c @@ -1,6 +1,6 @@ -/* $OpenBSD: inffast.c,v 1.5 2003/12/17 00:28:19 millert Exp $ */ +/* $OpenBSD: inffast.c,v 1.6 2004/12/03 03:06:36 djm Exp $ */ /* inffast.c -- fast decoding - * Copyright (C) 1995-2003 Mark Adler + * Copyright (C) 1995-2004 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -20,7 +20,7 @@ - none No measurable difference: - Pentium III (Anderson) - - 68060 (Nikl) + - M68060 (Nikl) */ #ifdef POSTINC # define OFF 0 |