Added "pointer to void" as another data type to check for the sixth argument of
authorYang Tse <yangsita@gmail.com>
Sun, 20 Jul 2008 09:46:52 +0000 (09:46 +0000)
committerYang Tse <yangsita@gmail.com>
Sun, 20 Jul 2008 09:46:52 +0000 (09:46 +0000)
commitabbde56a86c31decae246a9eef16a018aa9841db
tree67ae30b9f638fded972d5bee41428c116df5320b
parent7b0adfa38da1c94dc9e72e6e9ca5ffca1e7eb341
Added "pointer to void" as another data type to check for the sixth argument of
function recvfrom as a result of the info additionally logged when running on a
Solaris system.

The compiler error showed that the prototype being used on Solaris was the one
declared in line 427 of "/usr/include/sys/socket.h" as:

function(int,
         pointer to void,
         unsigned int,
         int,
         pointer to struct sockaddr,
         pointer to void) returning int
acinclude.m4