diff options
Diffstat (limited to 'sys/lib/libz/inflate.c')
-rw-r--r-- | sys/lib/libz/inflate.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/lib/libz/inflate.c b/sys/lib/libz/inflate.c index 74cc69c8684..3f9420fe682 100644 --- a/sys/lib/libz/inflate.c +++ b/sys/lib/libz/inflate.c @@ -1,3 +1,5 @@ +/* $OpenBSD: inflate.c,v 1.2 1997/11/07 15:57:49 niklas Exp $ */ + /* inflate.c -- zlib interface to inflate modules * Copyright (C) 1995-1996 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h |