diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2022-03-24 19:41:07 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2022-03-24 19:41:07 +0000 |
commit | 9039430940e09de13f4467d9fd1a12296a6746f4 (patch) | |
tree | bad92ddbd4995d4cbe025085e6db86b3092e1883 /regress/lib | |
parent | 9916064dbf87333eb372836326d55a67334d8b61 (diff) |
Import upstream madler/zlib test files and run them with our libz.
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libz/minigzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/lib/libz/minigzip.c b/regress/lib/libz/minigzip.c index 5a6c292ea34..e8bd040704f 100644 --- a/regress/lib/libz/minigzip.c +++ b/regress/lib/libz/minigzip.c @@ -13,7 +13,7 @@ * or in pipe mode. */ -/* @(#) $Id: minigzip.c,v 1.1.1.1 2022/03/24 19:41:06 bluhm Exp $ */ +/* @(#) $Id: minigzip.c,v 1.1 2022/03/24 19:41:06 bluhm Exp $ */ #include "zlib.h" #include <stdio.h> |