diff options
| author | 1999-01-11 05:10:58 +0000 | |
|---|---|---|
| committer | 1999-01-11 05:10:58 +0000 | |
| commit | 30ada397194e271afa7d8722cb210facc046d5e0 (patch) | |
| tree | da96bf3f3c53aa96309550a9f93772da24730c8f /sys/compat/linux/linux_exec.c | |
| parent | Add pnic driver (diff) | |
| download | wireguard-openbsd-30ada397194e271afa7d8722cb210facc046d5e0.tar.xz wireguard-openbsd-30ada397194e271afa7d8722cb210facc046d5e0.zip | |
panic prints a newline for you, don't do it in the panic string
Diffstat (limited to 'sys/compat/linux/linux_exec.c')
| -rw-r--r-- | sys/compat/linux/linux_exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_exec.c b/sys/compat/linux/linux_exec.c index 453325c84f7..5002aaa0acf 100644 --- a/sys/compat/linux/linux_exec.c +++ b/sys/compat/linux/linux_exec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_exec.c,v 1.8 1998/07/28 00:13:23 millert Exp $ */ +/* $OpenBSD: linux_exec.c,v 1.9 1999/01/11 05:12:12 millert Exp $ */ /* $NetBSD: linux_exec.c,v 1.13 1996/04/05 00:01:10 christos Exp $ */ /* @@ -342,7 +342,7 @@ exec_linux_aout_prep_qmagic(p, epp) 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); } |
