VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / include / asm-ppc / ucontext.h
index 53da260..664bc98 100644 (file)
@@ -13,10 +13,10 @@ struct mcontext {
 
 struct ucontext {
        unsigned long    uc_flags;
-       struct ucontext *uc_link;
+       struct ucontext __user *uc_link;
        stack_t          uc_stack;
        int              uc_pad[7];
-       struct mcontext *uc_regs;       /* points to uc_mcontext field */
+       struct mcontext __user *uc_regs;/* points to uc_mcontext field */
        sigset_t         uc_sigmask;
        /* glibc has 1024-bit signal masks, ours are 64-bit */
        int              uc_maskext[30];