summaryrefslogtreecommitdiffstats
path: root/sys/kern/exec_script.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/exec_script.c')
-rw-r--r--sys/kern/exec_script.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/exec_script.c b/sys/kern/exec_script.c
index 93583be73d5..7f7c90a72cc 100644
--- a/sys/kern/exec_script.c
+++ b/sys/kern/exec_script.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_script.c,v 1.7 1997/11/06 05:58:13 csapuntz Exp $ */
+/* $OpenBSD: exec_script.c,v 1.8 1999/01/11 05:12:22 millert Exp $ */
/* $NetBSD: exec_script.c,v 1.13 1996/02/04 02:15:06 christos Exp $ */
/*
@@ -207,7 +207,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