Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/compat/linux/common Pull up revision 1.49 (requeste...
details: https://anonhg.NetBSD.org/src/rev/c333b8c472a5
branches: netbsd-1-6
changeset: 530750:c333b8c472a5
user: tron <tron%NetBSD.org@localhost>
date: Sat Sep 27 15:52:49 2003 +0000
description:
Pull up revision 1.49 (requested by junyoung in ticket #1466):
remove trailing \n in panic(). approved perry.
diffstat:
sys/compat/linux/common/linux_exec_aout.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 23cb8b53aa00 -r c333b8c472a5 sys/compat/linux/common/linux_exec_aout.c
--- a/sys/compat/linux/common/linux_exec_aout.c Sat Sep 27 15:52:43 2003 +0000
+++ b/sys/compat/linux/common/linux_exec_aout.c Sat Sep 27 15:52:49 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_exec_aout.c,v 1.47 2001/11/13 02:08:50 lukem Exp $ */
+/* $NetBSD: linux_exec_aout.c,v 1.47.10.1 2003/09/27 15:52:49 tron Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_exec_aout.c,v 1.47 2001/11/13 02:08:50 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_exec_aout.c,v 1.47.10.1 2003/09/27 15:52:49 tron Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -311,7 +311,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