diff src/unexsunos4.c @ 10278:2b4365800d04

[! sparc] (REL_INFO_TYPE): Use `struct relocation_info'.
author Richard M. Stallman <rms@gnu.org>
date Wed, 28 Dec 1994 18:00:52 +0000
parents 9eed4c624caa
children e656e5fe190d
line wrap: on
line diff
--- a/src/unexsunos4.c	Wed Dec 28 08:12:25 1994 +0000
+++ b/src/unexsunos4.c	Wed Dec 28 18:00:52 1994 +0000
@@ -232,7 +232,7 @@
 #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 */