commit | 4f0989dbfa8d18dd17c32120aac1eb3e906a62a2 | [log] [tgz] |
---|---|---|
author | Tony Battersby <tonyb@cybernetics.com> | Tue Mar 31 15:24:16 2009 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Apr 01 08:59:20 2009 -0700 |
tree | 8b81c45c23ff2a598ed67c5732dfb0ca69693aa0 | |
parent | e057e15ff66a620eda4c407486cbb8f8fbb7d878 [diff] |
epoll: use real type instead of void * eventpoll.c uses void * in one place for no obvious reason; change it to use the real type instead. Signed-off-by: Tony Battersby <tonyb@cybernetics.com> Acked-by: Davide Libenzi <davidel@xmailserver.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>