Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/kern Pull up revision 1.24 (requested by junyoung i...
details: https://anonhg.NetBSD.org/src/rev/3cb97b27f8a7
branches: netbsd-1-6
changeset: 530755:3cb97b27f8a7
user: tron <tron%NetBSD.org@localhost>
date: Sat Sep 27 15:53:20 2003 +0000
description:
Pull up revision 1.24 (requested by junyoung in ticket #1466):
remove trailing \n in panic(). approved perry.
diffstat:
sys/kern/exec_aout.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 64486ba40e75 -r 3cb97b27f8a7 sys/kern/exec_aout.c
--- a/sys/kern/exec_aout.c Sat Sep 27 15:53:13 2003 +0000
+++ b/sys/kern/exec_aout.c Sat Sep 27 15:53:20 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exec_aout.c,v 1.22.10.1 2002/09/01 13:56:58 lukem Exp $ */
+/* $NetBSD: exec_aout.c,v 1.22.10.2 2003/09/27 15:53:20 tron Exp $ */
/*
* Copyright (c) 1993, 1994 Christopher G. Demetriou
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: exec_aout.c,v 1.22.10.1 2002/09/01 13:56:58 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: exec_aout.c,v 1.22.10.2 2003/09/27 15:53:20 tron Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -122,7 +122,7 @@
epp->ep_vp->v_writecount != 0) {
#ifdef DIAGNOSTIC
if (epp->ep_vp->v_flag & VTEXT)
- panic("exec: a VTEXT vnode has writecount != 0\n");
+ panic("exec: a VTEXT vnode has writecount != 0");
#endif
return ETXTBSY;
}
Home |
Main Index |
Thread Index |
Old Index