diff options
author | Andrew Morton <akpm@osdl.org> | 2006-04-11 07:52:46 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-04-11 15:18:30 +0200 |
commit | 29ff2db55196717e2e67e0f04adc833ee7edd491 (patch) | |
tree | 7f68496e093a294d60939b60aa204ff16fb9633a /lib | |
parent | [PATCH] sched: don't awaken RT tasks on expired array (diff) | |
download | linux-29ff2db55196717e2e67e0f04adc833ee7edd491.tar.xz linux-29ff2db55196717e2e67e0f04adc833ee7edd491.zip |
[PATCH] select() warning fixes
fs/select.c: In function `core_sys_select':
fs/select.c:339: warning: assignment from incompatible pointer type
fs/select.c:376: warning: comparison of distinct pointer types lacks a cast
By using a void* we can remove lots of casts rather than adding more.
Cc: Jes Sorensen <jes@trained-monkey.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions