diff options
author | Roland McGrath <roland@gnu.org> | 1995-01-15 11:29:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-01-15 11:29:52 +0000 |
commit | d3f67fb2b9bd074829a6ad0985207e31b88a51be (patch) | |
tree | bd695ea53c423cdb34f76160e0f35281f9dab7a9 /exec/hostarch.c | |
parent | 8b6a421004aa9f695b48670a8712c531170fb256 (diff) |
[BFD] (bfd_mach_host_arch_mach): MACHINE arg is `long int *' now.
Diffstat (limited to 'exec/hostarch.c')
-rw-r--r-- | exec/hostarch.c | 4 |
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 |