Source-Changes-HG archive

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

[src/trunk]: src/sys/kern turn off debugging.



details:   https://anonhg.NetBSD.org/src/rev/d7a490f79831
branches:  trunk
changeset: 566996:d7a490f79831
user:      christos <christos%NetBSD.org@localhost>
date:      Thu May 27 03:56:49 2004 +0000

description:
turn off debugging.

diffstat:

 sys/kern/tty_pty.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 39fdc7fed73c -r d7a490f79831 sys/kern/tty_pty.c
--- a/sys/kern/tty_pty.c        Thu May 27 03:46:32 2004 +0000
+++ b/sys/kern/tty_pty.c        Thu May 27 03:56:49 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tty_pty.c,v 1.77 2004/05/27 02:56:38 christos Exp $    */
+/*     $NetBSD: tty_pty.c,v 1.78 2004/05/27 03:56:49 christos Exp $    */
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -38,7 +38,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tty_pty.c,v 1.77 2004/05/27 02:56:38 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tty_pty.c,v 1.78 2004/05/27 03:56:49 christos Exp $");
 
 #include "opt_compat_sunos.h"
 #include "pty.h"
@@ -64,7 +64,7 @@
 #define        DEFAULT_NPTYS           16      /* default number of initial ptys */
 #define DEFAULT_MAXPTYS                992     /* default maximum number of ptys */
 
-#if 1
+#ifdef DEBUG_PTM
 #define DPRINTF(a) uprintf a
 #else
 #define DPRINTF(a)



Home | Main Index | Thread Index | Old Index