2006-01-12 17:16:27

by Martin Schwidefsky

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

From: Martin Schwidefsky <[email protected]>

[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 <[email protected]>

---

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