Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Improve previous: there were two printfs and I'd on...



details:   https://anonhg.NetBSD.org/src/rev/a550af22a374
branches:  trunk
changeset: 755441:a550af22a374
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Jun 06 06:20:16 2010 +0000

description:
Improve previous: there were two printfs and I'd only noticed and fixed
one of them. PR 43217.

diffstat:

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

diffs (27 lines):

diff -r bd6e36639b1b -r a550af22a374 sys/kern/exec_elf.c
--- a/sys/kern/exec_elf.c       Sun Jun 06 06:12:49 2010 +0000
+++ b/sys/kern/exec_elf.c       Sun Jun 06 06:20:16 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec_elf.c,v 1.21 2010/05/02 06:35:21 dholland Exp $   */
+/*     $NetBSD: exec_elf.c,v 1.22 2010/06/06 06:20:16 dholland Exp $   */
 
 /*-
  * Copyright (c) 1994, 2000, 2005 The NetBSD Foundation, Inc.
@@ -57,7 +57,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: exec_elf.c,v 1.21 2010/05/02 06:35:21 dholland Exp $");
+__KERNEL_RCSID(1, "$NetBSD: exec_elf.c,v 1.22 2010/06/06 06:20:16 dholland Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_pax.h"
@@ -902,7 +902,7 @@
 
                default:
 #ifdef DIAGNOSTIC
-                       printf("%s: unknown note type %d\n", epp->ep_name,
+                       printf("%s: unknown note type %d\n", epp->ep_kname,
                            np->n_type);
 #endif
                        break;



Home | Main Index | Thread Index | Old Index