K 10 svn:author V 7 dchagin K 8 svn:date V 27 2009-06-17T21:12:32.366006Z K 7 svn:log V 343 MFC r185438: Fix iovec32 for linux32/amd64. Add a custom version of copyiniov() to deal with the 32-bit iovec pointers from userland (to be used later). Adjust prototypes for linux_readv() and linux_writev() to use new l_iovec32 definition and to match actual linux code. In particular, use ulong for fd (why ?). Approved by: kib (mentor) END