Fixed style bugs in prototype for aout_coredump() (mainly wrapping it with

__BEGIN_DECLS/__END_DECLS to support C++ in 0.001% of the kernel).
This commit is contained in:
Bruce Evans 1999-10-02 12:57:40 +00:00
parent cec2aa9c05
commit 342079173e

View File

@ -150,9 +150,7 @@ struct exec {
#ifdef KERNEL
struct proc;
__BEGIN_DECLS
int aout_coredump __P((struct proc *, struct vnode *, off_t));
__END_DECLS
int aout_coredump __P((struct proc *p, struct vnode *vp, off_t limit));
#endif /* KERNEL */
#endif /* !_IMGACT_AOUT_H_ */