regen patch

This commit is contained in:
jasper 2011-03-29 19:59:58 +00:00
parent f795c598f7
commit 95cee94854

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-src_unexelf_c,v 1.1.1.1 2011/03/28 15:18:56 jasper Exp $
$OpenBSD: patch-src_unexelf_c,v 1.2 2011/03/29 19:59:58 jasper Exp $
Fix build on OpenBSD/alpha, which is an ELF platform.
--- src/unexelf.c.orig Thu Sep 9 19:27:28 2010
+++ src/unexelf.c Thu Sep 9 19:28:00 2010
@@ -1079,7 +1079,7 @@ unexec (new_name, old_name, data_start, bss_start, ent
--- src/unexelf.c.orig Sat Jan 8 18:45:14 2011
+++ src/unexelf.c Tue Mar 29 21:55:24 2011
@@ -1082,7 +1082,7 @@ temacs:
memcpy (NEW_SECTION_H (nn).sh_offset + new_base, src,
NEW_SECTION_H (nn).sh_size);