Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/netbsd32 Remove a debug printf() that accidentall...



details:   https://anonhg.NetBSD.org/src/rev/56fe469d5d95
branches:  trunk
changeset: 745946:56fe469d5d95
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Mar 17 17:16:26 2020 +0000

description:
Remove a debug printf() that accidentally got committed.  :(

diffstat:

 sys/compat/netbsd32/netbsd32_sysctl.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r b25cd26f246c -r 56fe469d5d95 sys/compat/netbsd32/netbsd32_sysctl.c
--- a/sys/compat/netbsd32/netbsd32_sysctl.c     Tue Mar 17 13:34:50 2020 +0000
+++ b/sys/compat/netbsd32/netbsd32_sysctl.c     Tue Mar 17 17:16:26 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_sysctl.c,v 1.42 2020/03/15 14:15:12 pgoyette Exp $    */
+/*     $NetBSD: netbsd32_sysctl.c,v 1.43 2020/03/17 17:16:26 pgoyette Exp $    */
 
 /*
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysctl.c,v 1.42 2020/03/15 14:15:12 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysctl.c,v 1.43 2020/03/17 17:16:26 pgoyette Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_ddb.h"
@@ -122,7 +122,6 @@
        const struct sysctlnode *_root = &netbsd32_sysctl_root;
        extern const char machine32[];
 
-       printf("%s: called\n", __func__); /* XXX PRG */
        sysctl_createv(clog, 0, &_root, NULL,
                       CTLFLAG_PERMANENT,
                       CTLTYPE_NODE, "kern", NULL,



Home | Main Index | Thread Index | Old Index