diff options
author | Roland McGrath <roland@gnu.org> | 1995-01-22 08:16:41 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-01-22 08:16:41 +0000 |
commit | b18fa003356b51407e66855484f7f6315780e681 (patch) | |
tree | 8e59b34fa3ae7ba289e79c4a0517faa524d4cad7 | |
parent | def213c28c2bb72b18de197112204ce83ccd0e55 (diff) |
[BFD]: Fix prototype.
-rw-r--r-- | exec/hostarch.c | 2 |
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) |