aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/unexsunos4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexsunos4.c b/src/unexsunos4.c
index 2fc058db979..c591fb07bdc 100644
--- a/src/unexsunos4.c
+++ b/src/unexsunos4.c
@@ -232,7 +232,7 @@ unexec (new_name, a_name, bndry, bss_start, entry)
232#ifdef sparc 232#ifdef sparc
233#define REL_INFO_TYPE struct reloc_info_sparc 233#define REL_INFO_TYPE struct reloc_info_sparc
234#else 234#else
235#define REL_INFO_TYPE struct reloc_info_m68k 235#define REL_INFO_TYPE struct relocation_info
236#endif /* sparc */ 236#endif /* sparc */
237#define REL_TARGET_ADDRESS(r) (((REL_INFO_TYPE *)(r))->r_address) 237#define REL_TARGET_ADDRESS(r) (((REL_INFO_TYPE *)(r))->r_address)
238#endif /* SUNOS4 */ 238#endif /* SUNOS4 */