Fix definition for recv_dgram(..); it should be "ssize_t", not "int"
authorngie <ngie@FreeBSD.org>
Mon, 26 Dec 2016 10:21:28 +0000 (10:21 +0000)
committerngie <ngie@FreeBSD.org>
Mon, 26 Dec 2016 10:21:28 +0000 (10:21 +0000)
commit704ab6b547c73587fdc632d5c78e1239a158e006
tree340def1d7f432725cf52bb32f0abec02140ad795
parente1fafb91e3715135bd437953ba6d093c14e3c7b9
Fix definition for recv_dgram(..); it should be "ssize_t", not "int"

I'm not sure why this wasn't flagged as an issue by the compiler, yet

MFC after: 3 weeks
X-MFC with: r310586
contrib/bsnmp/snmpd/trans_udp.c