From e74e95d8559ee79b61e0cc7eb766555c4c9c1dba Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 27 Apr 2002 21:21:42 +0000 Subject: 2002-04-27 Roland McGrath * priv.h: Include to get ElfW macro. * priv.h, exec.c, main.c, hostarch.c: Use `ElfW(TYPE)' in place of `Elf32_TYPE' throughout. --- exec/main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'exec/main.c') diff --git a/exec/main.c b/exec/main.c index 47e2090c..efad85aa 100644 --- a/exec/main.c +++ b/exec/main.c @@ -1,6 +1,7 @@ /* GNU Hurd standard exec server, main program and server mechanics. - Copyright (C) 1992,93,94,95,96,97,98,99,2000,01 Free Software Foundation, Inc. + Copyright (C) 1992,93,94,95,96,97,98,99,2000,01,02 + Free Software Foundation, Inc. Written by Roland McGrath. This file is part of the GNU Hurd. @@ -33,7 +34,7 @@ bfd host_bfd = { arch_info: &host_bfd_arch_info }; extern error_t bfd_mach_host_arch_mach (host_t host, enum bfd_architecture *bfd_arch, long int *bfd_machine, - Elf32_Half *elf_machine); + ElfW(Half) *elf_machine); #endif /* Trivfs hooks. */ -- cgit v1.2.3