Somehow I forgot to update the changes from the kernel.

This commit is contained in:
christos 1999-05-03 09:41:08 +00:00
parent 6a9785dfc6
commit d9d6177e6a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: zutil.h,v 1.6 1998/11/03 22:05:43 tron Exp $ */
/* $NetBSD: zutil.h,v 1.7 1999/05/03 09:41:08 christos Exp $ */
/* zutil.h -- internal interface and configuration of the compression library
* Copyright (C) 1995-1998 Jean-loup Gailly.
@ -196,7 +196,7 @@ extern const char *z_errmsg[10]; /* indexed by 2-zlib_error */
#endif
/* Diagnostic functions */
#ifdef DEBUG
#if defined(DEBUG) && !defined(_KERNEL) && !defined(_STANDALONE)
# include <stdio.h>
extern int z_verbose;
extern void z_error OF((char *m));