summaryrefslogtreecommitdiff
path: root/exec
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-01-15 11:29:52 +0000
committerRoland McGrath <roland@gnu.org>1995-01-15 11:29:52 +0000
commitd3f67fb2b9bd074829a6ad0985207e31b88a51be (patch)
treebd695ea53c423cdb34f76160e0f35281f9dab7a9 /exec
parent8b6a421004aa9f695b48670a8712c531170fb256 (diff)
[BFD] (bfd_mach_host_arch_mach): MACHINE arg is `long int *' now.
Diffstat (limited to 'exec')
-rw-r--r--exec/hostarch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/exec/hostarch.c b/exec/hostarch.c
index 6e429975..754d512e 100644
--- a/exec/hostarch.c
+++ b/exec/hostarch.c
@@ -1,6 +1,6 @@
/* Determine the BFD (or a.out) architecture and machine flavor
from a Mach host port. Used by the exec and core servers.
- Copyright (C) 1992, 1993 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1995 Free Software Foundation, Inc.
Written by Roland McGrath.
This file is part of the GNU Hurd.
@@ -33,7 +33,7 @@ error_t
#ifdef BFD
bfd_mach_host_arch_mach (host_t host,
bfd_architecture *arch,
- bfd_machine *machine)
+ long int *machine)
#else
aout_mach_host_machine (host_t host, int *host_machine)
#endif