[patch 6/13] s390: sigcontext.h vs __user.

From: Martin Schwidefsky
Date: Thu Jan 12 2006 - 12:15:10 EST


From: Martin Schwidefsky <schwidefsky@xxxxxxxxxx>

[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 <schwidefsky@xxxxxxxxxx>

---

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 <linux/compiler.h>
+
#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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/