our recvfrom() uses socklen_t *.

This commit is contained in:
mrg 2006-05-11 19:25:28 +00:00
parent f066626ffb
commit 4a7d55e29a
1 changed files with 1 additions and 1 deletions

View File

@ -2028,7 +2028,7 @@
#define PACKAGE_VERSION "6.1.3"
/* Type of the 6th argument to recvfrom() */
#define RECVFROM_FROMLEN_TYPE int
#define RECVFROM_FROMLEN_TYPE socklen_t
/* should signal handlers be reinstalled? */
/* #undef REINSTALL_SIGNAL_HANDLER */