- remove stale prototype for aout_coredump()
- remove the last reference to aout_coredump()
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $FreeBSD: src/sys/i386/linux/linux_sysvec.c,v 1.55.2.9 2002/01/12 11:03:30 bde Exp $
- * $DragonFly: src/sys/emulation/linux/i386/linux_sysvec.c,v 1.25 2007/01/08 03:33:40 dillon Exp $
+ * $DragonFly: src/sys/emulation/linux/i386/linux_sysvec.c,v 1.26 2007/02/03 09:56:04 y0netan1 Exp $
*/
/* XXX we use functions that might not exist. */
&linux_szsigcode,
linux_prepsyscall,
"Linux a.out",
- aout_coredump,
+ NULL,
exec_linux_imgact_try,
LINUX_MINSIGSTKSZ
};
*
* from: @(#)exec.h 8.1 (Berkeley) 6/11/93
* $FreeBSD: src/sys/sys/imgact_aout.h,v 1.13 1999/12/29 04:24:41 peter Exp $
- * $DragonFly: src/sys/sys/imgact_aout.h,v 1.5 2006/05/20 02:42:13 dillon Exp $
+ * $DragonFly: src/sys/sys/imgact_aout.h,v 1.6 2007/02/03 09:56:04 y0netan1 Exp $
*/
#ifndef _IMGACT_AOUT_H_
#ifdef _KERNEL
struct proc;
struct vnode;
-
-int aout_coredump (struct proc *p, struct vnode *vp, off_t limit);
#endif
#endif /* !_IMGACT_AOUT_H_ */