diff for duplicates of <20040512191348.GA14674@localhost> diff --git a/a/1.txt b/N1/1.txt index c77e730..fcb7c39 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,10 +3,10 @@ this simple patch makes the following code work again: #ifdef STT_REGISTER - if (info->hdr->e_machine = EM_SPARC || - info->hdr->e_machine = EM_SPARCV9) { + if (info->hdr->e_machine == EM_SPARC || + info->hdr->e_machine == EM_SPARCV9) { /* Ignore register directives. */ - if (ELF_ST_TYPE(sym->st_info) = STT_REGISTER) + if (ELF_ST_TYPE(sym->st_info) == STT_REGISTER) break; } #endif diff --git a/a/content_digest b/N1/content_digest index a6b3d9a..52348d7 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Mathieu Chouquet-Stringer <mchouque@online.fr>\0" "Subject\0[PATCH] Fix endianess in modpost when cross-compiling for sparc on i386\0" - "Date\0Wed, 12 May 2004 19:13:48 +0000\0" + "Date\0Wed, 12 May 2004 15:13:48 -0400\0" "To\0linux-kernel@vger.kernel.org" " sparclinux@vger.kernel.org\0" "Cc\0torvalds@osdl.org\0" @@ -11,10 +11,10 @@ "this simple patch makes the following code work again:\n" "\n" "#ifdef STT_REGISTER\n" - " if (info->hdr->e_machine = EM_SPARC ||\n" - " info->hdr->e_machine = EM_SPARCV9) {\n" + " if (info->hdr->e_machine == EM_SPARC ||\n" + " info->hdr->e_machine == EM_SPARCV9) {\n" " /* Ignore register directives. */\n" - " if (ELF_ST_TYPE(sym->st_info) = STT_REGISTER)\n" + " if (ELF_ST_TYPE(sym->st_info) == STT_REGISTER)\n" " break;\n" " }\n" "#endif\n" @@ -44,4 +44,4 @@ " explained by stupidity.\n" -- Hanlon's Razor -- -5b62487f86aa076d981a8db7f73cb7481b4b61eefde257fdd6b70dfef3d63651 +c6473a18c3b5e003da6cfe4948939c5ad90d89d9a659e5fe219fde4289ef5917
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.