Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/kern/kern_exec.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/kern/kern_exec.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.354 retrieving revision 1.355 diff -u -p -r1.354 -r1.355 --- src/sys/kern/kern_exec.c 2012/07/27 20:52:49 1.354 +++ src/sys/kern/kern_exec.c 2012/08/29 18:56:39 1.355 @@ -1,4 +1,4 @@ -/* $NetBSD: kern_exec.c,v 1.354 2012/07/27 20:52:49 christos Exp $ */ +/* $NetBSD: kern_exec.c,v 1.355 2012/08/29 18:56:39 dholland Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -59,7 +59,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: kern_exec.c,v 1.354 2012/07/27 20:52:49 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: kern_exec.c,v 1.355 2012/08/29 18:56:39 dholland Exp $"); #include "opt_exec.h" #include "opt_ktrace.h" @@ -1079,7 +1079,7 @@ execve_runproc(struct lwp *l, struct exe #endif else { #ifdef notyet - printf("Cannot get path for pid %d [%s] (error %d)", + printf("Cannot get path for pid %d [%s] (error %d)\n", (int)p->p_pid, p->p_comm, error); #endif data->ed_pack.ep_path = NULL;