cast to fix 64bit build warnings. From manpage:
authorGunter Knauf <gk@gknw.de>
Thu, 6 Aug 2009 11:10:30 +0000 (11:10 +0000)
committerGunter Knauf <gk@gknw.de>
Thu, 6 Aug 2009 11:10:30 +0000 (11:10 +0000)
commit2cad095425e348c5115a1f747b9121742dea5474
treef75243be0e1268c3aaf6a10a5850d539532b2a0e
parent37d509f04fc9d54beb3185b866b8fe40a6af6cfb
cast to fix 64bit build warnings. From manpage:
POSIX.1-2001. Note that RFC 2553 defines a prototype where the last parameter cnt is of type size_t.
Many systems follow RFC 2553. Glibc 2.0 and 2.1 have size_t, but 2.2 has socklen_t.
lib/inet_ntop.h