diff options
author | Roland McGrath <roland@gnu.org> | 2002-04-27 21:21:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-04-27 21:21:42 +0000 |
commit | e74e95d8559ee79b61e0cc7eb766555c4c9c1dba (patch) | |
tree | f7d3b96f171d6246728f11715fe607d8a3a9501a /exec/main.c | |
parent | 7ccb92aa6a0493b9896c8219de4b2cd0d4b37bb3 (diff) | |
download | hurd-e74e95d8559ee79b61e0cc7eb766555c4c9c1dba.tar.gz hurd-e74e95d8559ee79b61e0cc7eb766555c4c9c1dba.tar.bz2 hurd-e74e95d8559ee79b61e0cc7eb766555c4c9c1dba.zip |
2002-04-27 Roland McGrath <roland@frob.com>
* priv.h: Include <link.h> to get ElfW macro.
* priv.h, exec.c, main.c, hostarch.c: Use `ElfW(TYPE)' in place
of `Elf32_TYPE' throughout.
Diffstat (limited to 'exec/main.c')
-rw-r--r-- | exec/main.c | 5 |
1 files changed, 3 insertions, 2 deletions
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. */ |