diff options
Diffstat (limited to 'sys/lib/libz/inffast.c')
-rw-r--r-- | sys/lib/libz/inffast.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/lib/libz/inffast.c b/sys/lib/libz/inffast.c index 982239effb4..bd5169458d5 100644 --- a/sys/lib/libz/inffast.c +++ b/sys/lib/libz/inffast.c @@ -1,6 +1,6 @@ -/* $OpenBSD: inffast.c,v 1.9 2003/12/16 23:58:30 millert Exp $ */ +/* $OpenBSD: inffast.c,v 1.10 2004/12/03 03:07:09 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 |