Index: fhandler.cc =================================================================== RCS file: /cvs/src/src/winsup/cygwin/fhandler.cc,v retrieving revision 1.251 diff -u -p -r1.251 fhandler.cc --- fhandler.cc 22 Mar 2006 16:42:44 -0000 1.251 +++ fhandler.cc 24 May 2006 02:22:10 -0000 @@ -966,8 +966,6 @@ fhandler_base::readv (const struct iovec while (iovptr != iov); } - assert (tot >= 0); - if (!len) return 0;