summaryrefslogtreecommitdiff
path: root/exec/hostarch.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-01-22 08:16:41 +0000
committerRoland McGrath <roland@gnu.org>1995-01-22 08:16:41 +0000
commitb18fa003356b51407e66855484f7f6315780e681 (patch)
tree8e59b34fa3ae7ba289e79c4a0517faa524d4cad7 /exec/hostarch.c
parentdef213c28c2bb72b18de197112204ce83ccd0e55 (diff)
[BFD]: Fix prototype.
Diffstat (limited to 'exec/hostarch.c')
-rw-r--r--exec/hostarch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/hostarch.c b/exec/hostarch.c
index a9bf123d..d5ad4169 100644
--- a/exec/hostarch.c
+++ b/exec/hostarch.c
@@ -32,7 +32,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
error_t
#ifdef BFD
bfd_mach_host_arch_mach (host_t host,
- bfd_architecture *arch,
+ enum bfd_architecture *arch,
long int *machine)
#else
aout_mach_host_machine (host_t host, int *host_machine)