summaryrefslogtreecommitdiffstats
path: root/sys/kern/exec_script.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2005-11-12 04:31:24 +0000
committerjsg <jsg@openbsd.org>2005-11-12 04:31:24 +0000
commita14a7e58f6db31d563e5c23b93a7605ad2ab4a44 (patch)
treef26602e5d79a5dc3b9bc6609230fa725e927e654 /sys/kern/exec_script.c
parentMake sure we only touch associated processes of physical buffers. (diff)
downloadwireguard-openbsd-a14a7e58f6db31d563e5c23b93a7605ad2ab4a44.tar.xz
wireguard-openbsd-a14a7e58f6db31d563e5c23b93a7605ad2ab4a44.zip
ansi. No binary change.
Diffstat (limited to 'sys/kern/exec_script.c')
-rw-r--r--sys/kern/exec_script.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/kern/exec_script.c b/sys/kern/exec_script.c
index 929982fa393..97535cecc50 100644
--- a/sys/kern/exec_script.c
+++ b/sys/kern/exec_script.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_script.c,v 1.22 2005/08/01 07:02:39 art Exp $ */
+/* $OpenBSD: exec_script.c,v 1.23 2005/11/12 04:31:24 jsg Exp $ */
/* $NetBSD: exec_script.c,v 1.13 1996/02/04 02:15:06 christos Exp $ */
/*
@@ -69,9 +69,7 @@
* into the exec package.
*/
int
-exec_script_makecmds(p, epp)
- struct proc *p;
- struct exec_package *epp;
+exec_script_makecmds(struct proc *p, struct exec_package *epp)
{
int error, hdrlinelen, shellnamelen, shellarglen;
char *hdrstr = epp->ep_hdr;