summaryrefslogtreecommitdiffstats
path: root/sys/sys/imgact_aout.h
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-09-01 00:29:56 +0000
committerjulian <julian@FreeBSD.org>1999-09-01 00:29:56 +0000
commit777a32c86509533074c7be935c4c055b2067f28b (patch)
tree11e2d7c456bbdbd477715a2e2bc4aec73bfec435 /sys/sys/imgact_aout.h
parent938ff8b8dc85de738517655e95e7e31f276c899f (diff)
downloadFreeBSD-src-777a32c86509533074c7be935c4c055b2067f28b.zip
FreeBSD-src-777a32c86509533074c7be935c4c055b2067f28b.tar.gz
General cleanup of core-dumping code.
Submitted by: Sean Fagan,
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