From: Richard M. Stallman Date: Wed, 28 Dec 1994 18:00:52 +0000 (+0000) Subject: [! sparc] (REL_INFO_TYPE): Use `struct relocation_info'. X-Git-Tag: emacs-19.34~5578 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9629ced85f2ca2026aa6bdfbe425ee51cb821a0b;p=emacs.git [! sparc] (REL_INFO_TYPE): Use `struct relocation_info'. --- 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) #ifdef sparc #define REL_INFO_TYPE struct reloc_info_sparc #else -#define REL_INFO_TYPE struct reloc_info_m68k +#define REL_INFO_TYPE struct relocation_info #endif /* sparc */ #define REL_TARGET_ADDRESS(r) (((REL_INFO_TYPE *)(r))->r_address) #endif /* SUNOS4 */