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/0e349477c5fb
branches: trunk
changeset: 786379:0e349477c5fb
user: christos <christos%NetBSD.org@localhost>
date: Sat Apr 27 18:17:37 2013 +0000
description:
turn off debugging
diffstat:
sys/kern/kern_sysctl.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 6a68529ad4f5 -r 0e349477c5fb sys/kern/kern_sysctl.c
--- a/sys/kern/kern_sysctl.c Sat Apr 27 17:35:10 2013 +0000
+++ b/sys/kern/kern_sysctl.c Sat Apr 27 18:17:37 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_sysctl.c,v 1.241 2013/04/27 17:13:50 christos Exp $ */
+/* $NetBSD: kern_sysctl.c,v 1.242 2013/04/27 18:17:37 christos Exp $ */
/*-
* Copyright (c) 2003, 2007, 2008 The NetBSD Foundation, Inc.
@@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_sysctl.c,v 1.241 2013/04/27 17:13:50 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_sysctl.c,v 1.242 2013/04/27 18:17:37 christos Exp $");
#include "opt_defcorename.h"
#include "ksyms.h"
@@ -106,7 +106,6 @@
typedef void sysctl_setup_func(struct sysctllog **);
-#define SYSCTL_DEBUG
#ifdef SYSCTL_DEBUG
#define DPRINTF(a) printf a
#else
Home |
Main Index |
Thread Index |
Old Index