Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/mach In DPRINTF? replace uprintf, so that we get ...



details:   https://anonhg.NetBSD.org/src/rev/d83ec937e39e
branches:  trunk
changeset: 556903:d83ec937e39e
user:      manu <manu%NetBSD.org@localhost>
date:      Tue Dec 30 00:14:20 2003 +0000

description:
In DPRINTF? replace uprintf, so that we get debug output for daemons too.

diffstat:

 sys/compat/mach/mach_types.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7cb85c1980d5 -r d83ec937e39e sys/compat/mach/mach_types.h
--- a/sys/compat/mach/mach_types.h      Mon Dec 29 22:08:02 2003 +0000
+++ b/sys/compat/mach/mach_types.h      Tue Dec 30 00:14:20 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mach_types.h,v 1.19 2003/11/30 20:42:55 manu Exp $      */
+/*     $NetBSD: mach_types.h,v 1.20 2003/12/30 00:14:20 manu Exp $      */
 
 /*-
  * Copyright (c) 2001-2003 The NetBSD Foundation, Inc.
@@ -110,7 +110,7 @@
 } mach_time_value_t;
 
 #ifdef DEBUG_MACH
-#define DPRINTF(a) uprintf a
+#define DPRINTF(a) printf a
 #else
 #define DPRINTF(a)
 #endif /* DEBUG_MACH */



Home | Main Index | Thread Index | Old Index