heaps of cleanup in the io code.
authorAndrew Tridgell <tridge@samba.org>
Wed, 27 May 1998 12:37:22 +0000 (12:37 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 27 May 1998 12:37:22 +0000 (12:37 +0000)
we no longer use non-blocking IO, instead it uses select a lot more,
being careful to always allow for reading whenever a valid read fd is
available and chcking timeouts.

also split the file io calls into fileio.c


No differences found