Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/sh3/sh3 Pull up revision 1.16 (requested by ju...



details:   https://anonhg.NetBSD.org/src/rev/0bb82945614e
branches:  netbsd-1-6
changeset: 530748:0bb82945614e
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Sep 27 15:52:37 2003 +0000

description:
Pull up revision 1.16 (requested by junyoung in ticket #1466):
remove trailing \n in panic().  approved perry.

diffstat:

 sys/arch/sh3/sh3/coff_exec.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2b516f557cfc -r 0bb82945614e sys/arch/sh3/sh3/coff_exec.c
--- a/sys/arch/sh3/sh3/coff_exec.c      Sat Sep 27 15:52:31 2003 +0000
+++ b/sys/arch/sh3/sh3/coff_exec.c      Sat Sep 27 15:52:37 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: coff_exec.c,v 1.15 2002/04/28 17:10:38 uch Exp $       */
+/*     $NetBSD: coff_exec.c,v 1.15.4.1 2003/09/27 15:52:37 tron Exp $  */
 
 /*
  * Copyright (c) 1994, 1995 Scott Bartram
@@ -308,7 +308,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