diff options
| author | 2000-03-02 00:29:47 +0000 | |
|---|---|---|
| committer | 2000-03-02 00:29:47 +0000 | |
| commit | dd4317adfadf3eee4d9344c2bececb7d966b3990 (patch) | |
| tree | 5b0f905cfaec01033e75515db159713e1373d53b /lib/libz/compress.c | |
| parent | Several people noted that non-UVM was broken (diff) | |
| download | wireguard-openbsd-dd4317adfadf3eee4d9344c2bececb7d966b3990.tar.xz wireguard-openbsd-dd4317adfadf3eee4d9344c2bececb7d966b3990.zip | |
$OpenBSD$
Diffstat (limited to 'lib/libz/compress.c')
| -rw-r--r-- | lib/libz/compress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libz/compress.c b/lib/libz/compress.c index 34b0437c413..fcadd36b8f4 100644 --- a/lib/libz/compress.c +++ b/lib/libz/compress.c @@ -1,9 +1,9 @@ +/* $OpenBSD: compress.c,v 1.3 2000/03/02 00:29:51 todd Exp $ */ /* compress.c -- compress a memory buffer * Copyright (C) 1995-1998 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: compress.c,v 1.2 1998/08/08 20:57:09 millert Exp $ */ #include "zlib.h" |
