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 /lib/libz/trees.c | |
parent | 1e1ccbf8f1be5a063a5e89a8019bbc6bb12c5fb1 (diff) |
Update to zlib-1.1.4
Diffstat (limited to 'lib/libz/trees.c')
-rw-r--r-- | lib/libz/trees.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libz/trees.c b/lib/libz/trees.c index f2a4e031d4b..a4dee425051 100644 --- a/lib/libz/trees.c +++ b/lib/libz/trees.c @@ -1,6 +1,6 @@ -/* $OpenBSD: trees.c,v 1.4 2000/03/02 00:29:52 todd Exp $ */ +/* $OpenBSD: trees.c,v 1.5 2002/03/12 00:25:57 millert Exp $ */ /* trees.c -- output deflated data using Huffman coding - * Copyright (C) 1995-1998 Jean-loup Gailly + * Copyright (C) 1995-2002 Jean-loup Gailly * For conditions of distribution and use, see copyright notice in zlib.h */ |