Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946537AbWKAFog (ORCPT ); Wed, 1 Nov 2006 00:44:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1946524AbWKAFnz (ORCPT ); Wed, 1 Nov 2006 00:43:55 -0500 Received: from 216-99-217-87.dsl.aracnet.com ([216.99.217.87]:64987 "EHLO sous-sol.org") by vger.kernel.org with ESMTP id S1946539AbWKAFnD (ORCPT ); Wed, 1 Nov 2006 00:43:03 -0500 Message-Id: <20061101054307.392790000@sous-sol.org> References: <20061101053340.305569000@sous-sol.org> User-Agent: quilt/0.45-1 Date: Tue, 31 Oct 2006 21:34:23 -0800 From: Chris Wright To: linux-kernel@vger.kernel.org, stable@kernel.org Cc: Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , Michael Krufky , torvalds@osdl.org, akpm@osdl.org, alan@lxorguk.ukuu.org.uk, "Paolo Blaisorblade Giarrusso" , Jeff Dike , Greg Kroah-Hartman Subject: [PATCH 43/61] uml: remove warnings added by previous -stable patch Content-Disposition: inline; filename=uml-remove-warnings-added-by-previous-stable-patch.patch Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1435 Lines: 45 -stable review patch. If anyone has any objections, please let us know. ------------------ From: Paolo 'Blaisorblade' Giarrusso Add needed includes for syscall() function, also to remove warnings spit out by GCC; they were added by previous -stable patch, and at least on my system (Ubuntu x86-64) these warnings do show up. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Greg Kroah-Hartman Signed-off-by: Chris Wright --- arch/um/os-Linux/sys-i386/tls.c | 2 ++ arch/um/os-Linux/tls.c | 2 ++ 2 files changed, 4 insertions(+) --- linux-2.6.18.1.orig/arch/um/os-Linux/sys-i386/tls.c +++ linux-2.6.18.1/arch/um/os-Linux/sys-i386/tls.c @@ -1,4 +1,6 @@ #include +#include +#include #include #include "sysdep/tls.h" #include "user_util.h" --- linux-2.6.18.1.orig/arch/um/os-Linux/tls.c +++ linux-2.6.18.1/arch/um/os-Linux/tls.c @@ -1,6 +1,8 @@ #include #include +#include #include +#include #include "sysdep/tls.h" #include "uml-config.h" -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/