summaryrefslogtreecommitdiff
path: root/lib/libz/example.c
diff options
context:
space:
mode:
authorgwr <gwr@NetBSD.org>1997-05-13 23:06:27 +0000
committergwr <gwr@NetBSD.org>1997-05-13 23:06:27 +0000
commit83048624265e92b66a71cc59fb02a12eaced8276 (patch)
treedf91d8f177579af1fe77e42ce5f6876918e577c5 /lib/libz/example.c
parent371ce0e795a23c8ef705aff0c634cfa147fa196e (diff)
Put the original CVS Id strings back in.
Diffstat (limited to 'lib/libz/example.c')
-rw-r--r--lib/libz/example.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libz/example.c b/lib/libz/example.c
index 3e5dff53e9f..c6ec111c7de 100644
--- a/lib/libz/example.c
+++ b/lib/libz/example.c
@@ -1,10 +1,12 @@
-/* $NetBSD: example.c,v 1.3 1997/01/23 14:03:25 mrg Exp $ */
+/* $NetBSD: example.c,v 1.4 1997/05/13 23:06:31 gwr Exp $ */
/* example.c -- usage example of the zlib compression library
* Copyright (C) 1995-1996 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
+/* from: Id: example.c,v 1.16 1996/05/23 17:11:28 me Exp */
+
#include <stdio.h>
#include "zlib.h"