diff options
| author | 1999-01-11 05:10:58 +0000 | |
|---|---|---|
| committer | 1999-01-11 05:10:58 +0000 | |
| commit | 30ada397194e271afa7d8722cb210facc046d5e0 (patch) | |
| tree | da96bf3f3c53aa96309550a9f93772da24730c8f /sys/kern/exec_aout.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/kern/exec_aout.c')
| -rw-r--r-- | sys/kern/exec_aout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/exec_aout.c b/sys/kern/exec_aout.c index 458f39e598a..61b37d86b00 100644 --- a/sys/kern/exec_aout.c +++ b/sys/kern/exec_aout.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exec_aout.c,v 1.3 1996/12/23 02:42:41 deraadt Exp $ */ +/* $OpenBSD: exec_aout.c,v 1.4 1999/01/11 05:12:21 millert Exp $ */ /* $NetBSD: exec_aout.c,v 1.14 1996/02/04 02:15:01 christos Exp $ */ /* @@ -125,7 +125,7 @@ exec_aout_prep_zmagic(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; } |
