diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-12 00:26:31 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-12 00:26:31 +0000 |
commit | 09d05ff04856fed02e2cfa9a8a8b72e1074a59b4 (patch) | |
tree | 4e0612ba554b903b35e1a3ec5b9e97c8b1c04fe2 /sys/lib/libz/crc32.c | |
parent | 1e1ccbf8f1be5a063a5e89a8019bbc6bb12c5fb1 (diff) |
Update to zlib-1.1.4
Diffstat (limited to 'sys/lib/libz/crc32.c')
-rw-r--r-- | sys/lib/libz/crc32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libz/crc32.c b/sys/lib/libz/crc32.c index d46ea2ccb9f..c1fe7249cba 100644 --- a/sys/lib/libz/crc32.c +++ b/sys/lib/libz/crc32.c @@ -1,6 +1,6 @@ -/* $OpenBSD: crc32.c,v 1.7 2000/03/03 00:54:57 todd Exp $ */ +/* $OpenBSD: crc32.c,v 1.8 2002/03/12 00:26:30 millert Exp $ */ /* crc32.c -- compute the CRC-32 of a data stream - * Copyright (C) 1995-1998 Mark Adler + * Copyright (C) 1995-2002 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ |