summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_aout.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/imgact_aout.c')
-rw-r--r--sys/kern/imgact_aout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/imgact_aout.c b/sys/kern/imgact_aout.c
index 8184d0d..77d6905 100644
--- a/sys/kern/imgact_aout.c
+++ b/sys/kern/imgact_aout.c
@@ -56,7 +56,7 @@
#include <vm/vm_map.h>
#include <vm/vm_object.h>
-static int exec_aout_imgact __P((struct image_params *imgp));
+static int exec_aout_imgact(struct image_params *imgp);
struct sysentvec aout_sysvec = {
SYS_MAXSYSCALL,
OpenPOWER on IntegriCloud