summaryrefslogtreecommitdiffstats
path: root/sys/sys/imgact_aout.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/imgact_aout.h')
-rw-r--r--sys/sys/imgact_aout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/imgact_aout.h b/sys/sys/imgact_aout.h
index 5b4b68f..873f1b2 100644
--- a/sys/sys/imgact_aout.h
+++ b/sys/sys/imgact_aout.h
@@ -151,7 +151,7 @@ struct exec {
struct proc;
__BEGIN_DECLS
-int aout_coredump __P((struct proc *));
+int aout_coredump __P((struct proc *, struct vnode *, off_t));
__END_DECLS
#endif /* KERNEL */
OpenPOWER on IntegriCloud