diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-22 12:02:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-22 12:02:44 +0000 |
commit | 21e131dd4839d744742b615f61b0d3ace455fe11 (patch) | |
tree | 83657f14cdfe7819ab1adecaea3813bef54d2865 /sys/compat/freebsd | |
parent | d3c0e996ee9caa0a77ccb7378d4acc77326d58ae (diff) |
sync
Diffstat (limited to 'sys/compat/freebsd')
-rw-r--r-- | sys/compat/freebsd/freebsd_exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/freebsd/freebsd_exec.c b/sys/compat/freebsd/freebsd_exec.c index 1d7f27d26b5..a960efe614a 100644 --- a/sys/compat/freebsd/freebsd_exec.c +++ b/sys/compat/freebsd/freebsd_exec.c @@ -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 @@ -91,7 +91,7 @@ exec_freebsd_aout_makecmds(p, epp) /* assume FreeBSD's MID_MACHINE and [ZQNO]MAGIC is same as NetBSD's */ switch (midmag) { case (MID_MACHINE << 16) | ZMAGIC: - error = cpu_exec_aout_prep_oldzmagic(p, epp); + error = exec_aout_prep_oldzmagic(p, epp); break; case (MID_MACHINE << 16) | QMAGIC: error = exec_aout_prep_zmagic(p, epp); |