From c11ac9ca668625ebee12d39573c070c16bf8cdd9 Mon Sep 17 00:00:00 2001 From: sem Date: Fri, 23 Sep 2005 07:47:23 +0000 Subject: - Try to fix build on amd64 Submitted by: maintainer --- editors/xemacs-devel-mule/files/patch-unexelf.c | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'editors') diff --git a/editors/xemacs-devel-mule/files/patch-unexelf.c b/editors/xemacs-devel-mule/files/patch-unexelf.c index 4def66b623ac..5dd235cb4940 100644 --- a/editors/xemacs-devel-mule/files/patch-unexelf.c +++ b/editors/xemacs-devel-mule/files/patch-unexelf.c @@ -1,6 +1,6 @@ ---- src/unexelf.c.orig Fri Jul 22 23:34:12 2005 -+++ src/unexelf.c Fri Jul 22 23:34:42 2005 -@@ -477,7 +477,7 @@ +--- src/unexelf.c.orig Mon Jul 4 16:11:27 2005 ++++ src/unexelf.c Thu Sep 22 22:38:19 2005 +@@ -478,7 +478,7 @@ # include #endif @@ -9,3 +9,14 @@ # ifdef __STDC__ # define ElfW(type) Elf64_##type # else +@@ -565,8 +565,8 @@ + * + */ + int +-unexec (Extbyte *new_name, Extbyte *old_name, unsigned int UNUSED (data_start), +- unsigned int UNUSED (bss_start), unsigned int UNUSED (entry_address)) ++unexec (Extbyte *new_name, Extbyte *old_name, uintptr_t UNUSED (data_start), ++ uintptr_t UNUSED (bss_start), uintptr_t UNUSED (entry_address)) + { + int new_file, old_file, new_file_size; + -- cgit