1
1
George Bosilca 9a67831ba3 Alway call the memory allocation function with the correct type for the first argument. The problem is
that on some OSes the iovec struct is not POSIX complian, the iov_len is not a size_t but simply an int.
This patch, add a local variable (type size_t) to use with the memory allocation function, and then put
back the value in the iov_len field.

This commit was SVN r7615.
2005-10-04 14:44:59 +00:00
..
2005-07-02 13:43:57 +00:00
2005-10-04 14:42:37 +00:00
2005-09-18 12:34:29 +00:00
2005-09-18 12:34:29 +00:00
2005-09-18 12:34:29 +00:00
2005-07-02 13:43:57 +00:00
2005-09-18 12:34:29 +00:00
2005-09-18 12:34:29 +00:00
2005-09-18 12:34:29 +00:00
2005-09-18 12:34:29 +00:00
2005-09-18 12:34:29 +00:00
2005-09-18 12:34:29 +00:00
2005-09-18 12:34:29 +00:00
2005-09-18 12:34:29 +00:00
2005-09-18 12:34:29 +00:00
2005-09-18 12:34:29 +00:00
2005-09-18 12:34:29 +00:00
2005-09-18 12:34:29 +00:00