diff options
author | Andrew Morton <akpm@osdl.org> | 2006-03-28 01:56:55 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-28 09:16:09 -0800 |
commit | ec7e15d6486e9d1da1c2f344b670b8388ba7019b (patch) | |
tree | 479d803ee546b536521dc87095c31781a98a0bb6 /ipc/compat.c | |
parent | 4fa95ef639830ccf0ca1ad42ee9bed87ef642f32 (diff) |
[PATCH] compat_sys_futex() warning fix
kernel/futex_compat.c: In function `compat_sys_futex':
kernel/futex_compat.c:140: warning: passing arg 1 of `do_futex' makes integer from pointer without a cast
kernel/futex_compat.c:140: warning: passing arg 5 of `do_futex' makes integer from pointer without a cast
Not sure what Ingo was thinking of here. Put the casts back in.
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'ipc/compat.c')
0 files changed, 0 insertions, 0 deletions