diff options
| author | provos <provos@NetBSD.org> | 2002-09-27 15:35:29 +0000 |
|---|---|---|
| committer | provos <provos@NetBSD.org> | 2002-09-27 15:35:29 +0000 |
| commit | 0f09ed48a5895db46d5e447adb513036cca16c71 (patch) | |
| tree | b6a04460475211661b05ac4b20f23e98722b6a07 /sys/kern/exec_script.c | |
| parent | b81826593ed88bc9b64b1b51995c57be81302079 (diff) | |
remove trailing \n in panic(). approved perry.
Diffstat (limited to 'sys/kern/exec_script.c')
| -rw-r--r-- | sys/kern/exec_script.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/exec_script.c b/sys/kern/exec_script.c index d642d557925..d2381354897 100644 --- a/sys/kern/exec_script.c +++ b/sys/kern/exec_script.c @@ -1,4 +1,4 @@ -/* $NetBSD: exec_script.c,v 1.30 2001/11/12 15:25:04 lukem Exp $ */ +/* $NetBSD: exec_script.c,v 1.31 2002/09/27 15:37:43 provos Exp $ */ /* * Copyright (c) 1993, 1994, 1996 Christopher G. Demetriou @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: exec_script.c,v 1.30 2001/11/12 15:25:04 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: exec_script.c,v 1.31 2002/09/27 15:37:43 provos Exp $"); #if defined(SETUIDSCRIPTS) && !defined(FDSCRIPTS) #define FDSCRIPTS /* Need this for safe set-id scripts. */ @@ -219,7 +219,7 @@ check_shell: (size_t *)0); #ifdef DIAGNOSTIC if (error != 0) - panic("exec_script: copyinstr couldn't fail\n"); + panic("exec_script: copyinstr couldn't fail"); #endif #ifdef FDSCRIPTS } else |
