From d3f67fb2b9bd074829a6ad0985207e31b88a51be Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 15 Jan 1995 11:29:52 +0000 Subject: [BFD] (bfd_mach_host_arch_mach): MACHINE arg is `long int *' now. --- exec/hostarch.c | 4 ++-- 1 file 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 -- cgit v1.2.3