`fd_set`s are way too small for `select()` hack when stream's fd is bigger than 1023. Make `fd_set`s a part of `uv__stream_select_t` structure. fix #1461 Conflicts: src/unix/stream.c
Fixes a compilation problem on OS X caused by the use of c++-style comments in test-osx-select.c.