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:
parent
cec2aa9c05
commit
342079173e
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user