X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=ipc%2Fsyscall.c;h=1d6f53f6b562441bcf5ef99c85067275eecf6c5a;hb=d4cd1871cff68e188dadcf6d1280762522b643eb;hp=355a3da9ec73dd8bba5f596c1e1d026e53d881ea;hpb=b50df7d1fb37eb6aea87590b391d7111fde87121;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;