From 39f23aec6b3cd5e7e5dd9077d96f8eff37ff2b19 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 17 Jul 2008 03:07:54 +0000 Subject: RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined to the data type pointed by its respective argument and not the pointer type. --- ares/Makefile.dj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ares/Makefile.dj') diff --git a/ares/Makefile.dj b/ares/Makefile.dj index 0539e4b6e..51439284b 100644 --- a/ares/Makefile.dj +++ b/ares/Makefile.dj @@ -24,10 +24,10 @@ CFLAGS += -DWATT32 -DHAVE_AF_INET6 -DHAVE_PF_INET6 -DHAVE_IOCTLSOCKET \ -DRECV_TYPE_ARG3='int' -DRECV_TYPE_ARG4='int' \ -DRECV_TYPE_RETV='int' -DHAVE_STRUCT_TIMEVAL \ -Dselect=select_s -Dsocklen_t=int -UHAVE_CONFIG_H \ - -DRECVFROM_TYPE_ARG1='int' -DRECVFROM_TYPE_ARG2='void*' \ - -DRECVFROM_TYPE_ARG3='int' -DRECVFROM_TYPE_ARG4='int' \ - -DRECVFROM_TYPE_ARG6='int*' -DRECVFROM_TYPE_RETV='int' \ - -DRECVFROM_TYPE_ARG5='struct sockaddr*' -DHAVE_RECVFROM + -DRECVFROM_TYPE_ARG1='int' -DRECVFROM_TYPE_ARG2='void' \ + -DRECVFROM_TYPE_ARG3='int' -DRECVFROM_TYPE_ARG4='int' \ + -DRECVFROM_TYPE_ARG6='int' -DRECVFROM_TYPE_RETV='int' \ + -DRECVFROM_TYPE_ARG5='struct sockaddr' -DHAVE_RECVFROM LDFLAGS = -s -- cgit v1.2.3