K 10 svn:author V 4 mike K 8 svn:date V 27 2002-10-11T14:58:34.000000Z K 7 svn:log V 203 Change iov_base's type from `char *' to the standard `void *'. All uses of iov_base which assume its type is `char *' (in order to do pointer arithmetic) have been updated to cast iov_base to `char *'. END