Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Don't #define DEBUG_EXEC.
details: https://anonhg.NetBSD.org/src/rev/ef960765a13e
branches: trunk
changeset: 328657:ef960765a13e
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sat Apr 12 07:38:32 2014 +0000
description:
Don't #define DEBUG_EXEC.
diffstat:
sys/kern/kern_exec.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 680760a78e92 -r ef960765a13e sys/kern/kern_exec.c
--- a/sys/kern/kern_exec.c Sat Apr 12 07:33:51 2014 +0000
+++ b/sys/kern/kern_exec.c Sat Apr 12 07:38:32 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_exec.c,v 1.388 2014/04/12 07:33:51 uebayasi Exp $ */
+/* $NetBSD: kern_exec.c,v 1.389 2014/04/12 07:38:32 uebayasi Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_exec.c,v 1.388 2014/04/12 07:33:51 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_exec.c,v 1.389 2014/04/12 07:38:32 uebayasi Exp $");
#include "opt_exec.h"
#include "opt_execfmt.h"
@@ -122,7 +122,6 @@
static int exec_sigcode_map(struct proc *, const struct emul *);
-#define DEBUG_EXEC
#ifdef DEBUG_EXEC
#define DPRINTF(a) printf a
#define COPYPRINTF(s, a, b) printf("%s, %d: copyout%s @%p %zu\n", __func__, \
Home |
Main Index |
Thread Index |
Old Index