- rename cpu_exec_aout_prep_oldzmagic to exec_aout_prep_oldzmagic

This commit is contained in:
christos 1996-05-18 16:02:08 +00:00
parent 8c29c79939
commit 4f3ac596f5

View File

@ -1,4 +1,4 @@
/* $NetBSD: freebsd_exec.c,v 1.1 1995/10/10 01:19:27 mycroft Exp $ */ /* $NetBSD: freebsd_exec.c,v 1.2 1996/05/18 16:02:08 christos Exp $ */
/* /*
* Copyright (c) 1993, 1994 Christopher G. Demetriou * Copyright (c) 1993, 1994 Christopher G. Demetriou
@ -91,7 +91,7 @@ exec_freebsd_aout_makecmds(p, epp)
/* assume FreeBSD's MID_MACHINE and [ZQNO]MAGIC is same as NetBSD's */ /* assume FreeBSD's MID_MACHINE and [ZQNO]MAGIC is same as NetBSD's */
switch (midmag) { switch (midmag) {
case (MID_MACHINE << 16) | ZMAGIC: case (MID_MACHINE << 16) | ZMAGIC:
error = cpu_exec_aout_prep_oldzmagic(p, epp); error = exec_aout_prep_oldzmagic(p, epp);
break; break;
case (MID_MACHINE << 16) | QMAGIC: case (MID_MACHINE << 16) | QMAGIC:
error = exec_aout_prep_zmagic(p, epp); error = exec_aout_prep_zmagic(p, epp);