From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964934AbWGERyw (ORCPT ); Wed, 5 Jul 2006 13:54:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964936AbWGERyw (ORCPT ); Wed, 5 Jul 2006 13:54:52 -0400 Received: from mx1.redhat.com ([66.187.233.31]:32918 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S964934AbWGERyv (ORCPT ); Wed, 5 Jul 2006 13:54:51 -0400 From: David Howells Subject: [PATCH 1/5] FDPIC: Fix FDPIC compile errors [try #2] Date: Wed, 05 Jul 2006 18:54:43 +0100 To: torvalds@osdl.org, akpm@osdl.org, bernds_cb1@t-online.de, sam@ravnborg.org Cc: dhowells@redhat.com, linux-kernel@vger.kernel.org Message-Id: <20060705175443.12594.30741.stgit@warthog.cambridge.redhat.com> In-Reply-To: <20060705175440.12594.43069.stgit@warthog.cambridge.redhat.com> References: <20060705175440.12594.43069.stgit@warthog.cambridge.redhat.com> Content-Type: text/plain; charset=utf-8; format=fixed Content-Transfer-Encoding: 8bit User-Agent: StGIT/0.10 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: David Howells The attached patch fixes FDPIC compile errors Signed-Off-By: David Howells --- fs/binfmt_elf_fdpic.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/binfmt_elf_fdpic.c b/fs/binfmt_elf_fdpic.c index eba4e23..07624b9 100644 --- a/fs/binfmt_elf_fdpic.c +++ b/fs/binfmt_elf_fdpic.c @@ -459,6 +459,7 @@ #endif */ hwcap = ELF_HWCAP; k_platform = ELF_PLATFORM; + u_platform = NULL; if (k_platform) { platform_len = strlen(k_platform) + 1;