This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / arm / kernel / sys_arm.c
index fb26b3b..79acdd1 100644 (file)
@@ -178,7 +178,7 @@ asmlinkage int sys_ipc(uint call, int first, int second, int third,
                union semun fourth;
                if (!ptr)
                        return -EINVAL;
-               if (get_user(fourth.__pad, (void __user * __user *) ptr))
+               if (get_user(fourth.__pad, (void __user **) ptr))
                        return -EFAULT;
                return sys_semctl (first, second, third, fourth);
        }