Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libz Somehow I forgot to update the changes from the ker...
details: https://anonhg.NetBSD.org/src/rev/92f98d194aad
branches: trunk
changeset: 472590:92f98d194aad
user: christos <christos%NetBSD.org@localhost>
date: Mon May 03 09:41:08 1999 +0000
description:
Somehow I forgot to update the changes from the kernel.
diffstat:
lib/libz/zutil.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7955d0b4fc56 -r 92f98d194aad lib/libz/zutil.h
--- a/lib/libz/zutil.h Mon May 03 09:19:29 1999 +0000
+++ b/lib/libz/zutil.h Mon May 03 09:41:08 1999 +0000
@@ -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 @@
#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));
Home |
Main Index |
Thread Index |
Old Index