From 2a34de06e66d328c5c3ab085002ef1110d6d1702 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Sun, 14 Feb 1999 20:07:47 +0000 Subject: place a bin-patcheable z_verbose here for -DDEBUG --- sys/lib/libsa/cread.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/lib/libsa') diff --git a/sys/lib/libsa/cread.c b/sys/lib/libsa/cread.c index d75c3ec6e38..90bee49cfd3 100644 --- a/sys/lib/libsa/cread.c +++ b/sys/lib/libsa/cread.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cread.c,v 1.7 1999/01/25 19:28:38 mickey Exp $ */ +/* $OpenBSD: cread.c,v 1.8 1999/02/14 20:07:46 mickey Exp $ */ /* $NetBSD: cread.c,v 1.2 1997/02/04 18:38:20 thorpej Exp $ */ /* @@ -79,6 +79,10 @@ static struct sd { int transparent; /* 1 if input file is not a .gz file */ } *ss[SOPEN_MAX]; +#ifdef DEBUG +int z_verbose = 0; +#endif + /* * compression utilities */ -- cgit v1.2.3