Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932238AbWALRQ1 (ORCPT ); Thu, 12 Jan 2006 12:16:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932242AbWALRQ1 (ORCPT ); Thu, 12 Jan 2006 12:16:27 -0500 Received: from mtagate3.uk.ibm.com ([195.212.29.136]:2437 "EHLO mtagate3.uk.ibm.com") by vger.kernel.org with ESMTP id S932238AbWALRQZ (ORCPT ); Thu, 12 Jan 2006 12:16:25 -0500 Date: Thu, 12 Jan 2006 18:15:38 +0100 From: Martin Schwidefsky To: akpm@osdl.org, linux-kernel@vger.kernel.org Subject: [patch 6/13] s390: sigcontext.h vs __user. Message-ID: <20060112171538.GG16629@skybase.boeblingen.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1069 Lines: 31 From: Martin Schwidefsky [patch 6/13] s390: sigcontext.h vs __user. Add an include of linux/compiler.h in sigcontext.h to avoid compiler errors in user space apps because of a missing definition for __user. Signed-off-by: Martin Schwidefsky --- include/asm-s390/sigcontext.h | 2 ++ 1 files changed, 2 insertions(+) diff -urpN linux-2.6/include/asm-s390/sigcontext.h linux-2.6-patched/include/asm-s390/sigcontext.h --- linux-2.6/include/asm-s390/sigcontext.h 2006-01-03 04:21:10.000000000 +0100 +++ linux-2.6-patched/include/asm-s390/sigcontext.h 2006-01-12 15:43:56.000000000 +0100 @@ -8,6 +8,8 @@ #ifndef _ASM_S390_SIGCONTEXT_H #define _ASM_S390_SIGCONTEXT_H +#include + #define __NUM_GPRS 16 #define __NUM_FPRS 16 #define __NUM_ACRS 16 - 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/