summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_exec.c')
-rw-r--r--sys/kern/kern_exec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c
index 0899960..f25126a 100644
--- a/sys/kern/kern_exec.c
+++ b/sys/kern/kern_exec.c
@@ -78,7 +78,7 @@ struct execlist {
TAILQ_HEAD(exec_list_head, execlist);
static struct exec_list_head exec_list = TAILQ_HEAD_INITIALIZER(exec_list);
-static register_t *exec_copyout_strings __P((struct image_params *));
+static register_t *exec_copyout_strings(struct image_params *);
/* XXX This should be vm_size_t. */
static u_long ps_strings = PS_STRINGS;
@@ -126,7 +126,7 @@ execve(td, uap)
int error, len, i;
struct image_params image_params, *imgp;
struct vattr attr;
- int (*img_first) __P((struct image_params *));
+ int (*img_first)(struct image_params *);
struct pargs *pa;
imgp = &image_params;
OpenPOWER on IntegriCloud