Change recvfrom's sixth argument data type to the 'historically standard' 'int'
data type for systems where this sixth argument is prototyped as a void pointer. Start of thread: http://curl.haxx.se/mail/lib-2008-07/0153.html
This commit is contained in:
parent
3e5292a052
commit
0919de4511
@ -223,7 +223,7 @@ struct timeval {
|
|||||||
|
|
||||||
|
|
||||||
#ifdef RECVFROM_TYPE_ARG6_IS_VOID
|
#ifdef RECVFROM_TYPE_ARG6_IS_VOID
|
||||||
# define RECVFROM_ARG6_T unsigned int
|
# define RECVFROM_ARG6_T int
|
||||||
#else
|
#else
|
||||||
# define RECVFROM_ARG6_T RECVFROM_TYPE_ARG6
|
# define RECVFROM_ARG6_T RECVFROM_TYPE_ARG6
|
||||||
#endif
|
#endif
|
||||||
|
@ -230,7 +230,7 @@ struct timeval {
|
|||||||
|
|
||||||
|
|
||||||
#ifdef RECVFROM_TYPE_ARG6_IS_VOID
|
#ifdef RECVFROM_TYPE_ARG6_IS_VOID
|
||||||
# define RECVFROM_ARG6_T unsigned int
|
# define RECVFROM_ARG6_T int
|
||||||
#else
|
#else
|
||||||
# define RECVFROM_ARG6_T RECVFROM_TYPE_ARG6
|
# define RECVFROM_ARG6_T RECVFROM_TYPE_ARG6
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user