1.9.1
Motivation: We were inadvertently doing an implicit integer conversion from ssize_t to unsigned int in our sendmmsg shim. This can sometimes generate warnings. The conversion itself is safe. Modifications: Make the conversion explicit. Result: No warnings. (cherry picked from commit 131f378d95cd548118a1da3dea249b10b427cbee)