X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=ipc%2Fsyscall.c;h=1d6f53f6b562441bcf5ef99c85067275eecf6c5a;hb=ecbb458a484fd9c455f8feb36c87727e71b4ac1a;hp=355a3da9ec73dd8bba5f596c1e1d026e53d881ea;hpb=a818d8e43147f40864363456b37a00b819439307;p=~andy%2Flinux diff --git a/ipc/syscall.c b/ipc/syscall.c index 355a3da9ec7..1d6f53f6b56 100644 --- a/ipc/syscall.c +++ b/ipc/syscall.c @@ -13,7 +13,7 @@ #include #include -SYSCALL_DEFINE6(ipc, unsigned int, call, int, first, int, second, +SYSCALL_DEFINE6(ipc, unsigned int, call, int, first, unsigned long, second, unsigned long, third, void __user *, ptr, long, fifth) { int version, ret;