aboutsummaryrefslogtreecommitdiff
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 07d03d08776b..7bff2a348105 100644
--- a/sys/sys/imgact_aout.h
+++ b/sys/sys/imgact_aout.h
@@ -150,7 +150,7 @@ struct exec {
#ifdef _KERNEL
struct thread;
-int aout_coredump __P((struct thread *td, struct vnode *vp, off_t limit));
+int aout_coredump(struct thread *td, struct vnode *vp, off_t limit);
#endif
#endif /* !_IMGACT_AOUT_H_ */