K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-10-29T08:19:24.000000Z K 7 svn:log V 354 Reimplement fix for an imcompatibility between ORBit and FreeBSD properly. Instead of replacing writev(2) with loop based on write(2), test system limit on the number of vectors writev(2) accepts and split call to writev(2) to several calls in such a way that number of vectors in each call doesn't exceed this limit (aka UIO_MAXIOV). Bump PORTREVISION. END