summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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