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/ibcs2 Pull up revision 1.4 (requested by jun...



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

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

diffstat:

 sys/compat/ibcs2/ibcs2_exec_coff.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c333b8c472a5 -r 2d83b983e6b1 sys/compat/ibcs2/ibcs2_exec_coff.c
--- a/sys/compat/ibcs2/ibcs2_exec_coff.c        Sat Sep 27 15:52:49 2003 +0000
+++ b/sys/compat/ibcs2/ibcs2_exec_coff.c        Sat Sep 27 15:52:55 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ibcs2_exec_coff.c,v 1.3 2001/11/13 02:08:23 lukem Exp $        */
+/*     $NetBSD: ibcs2_exec_coff.c,v 1.3.10.1 2003/09/27 15:52:55 tron Exp $    */
 
 /*
  * Copyright (c) 1994, 1995, 1998 Scott Bartram
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ibcs2_exec_coff.c,v 1.3 2001/11/13 02:08:23 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ibcs2_exec_coff.c,v 1.3.10.1 2003/09/27 15:52:55 tron Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -450,7 +450,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