1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-20 01:53:14 +00:00

NetWare LibC's getpeername() third argument data type is size_t

This commit is contained in:
Yang Tse
2009-04-30 00:11:20 +00:00
parent d5c58fbe7e
commit d19611328c

View File

@ -425,7 +425,7 @@ ifeq ($(LIBARCH),CLIB)
@echo $(DL)#define CARES_TYPEOF_ARES_SOCKLEN_T int$(DL) >> $@
@echo $(DL)#define CARES_SIZEOF_ARES_SOCKLEN_T 4$(DL) >> $@
else
@echo $(DL)#define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t$(DL) >> $@
@echo $(DL)#define CARES_TYPEOF_ARES_SOCKLEN_T size_t$(DL) >> $@
@echo $(DL)#define CARES_SIZEOF_ARES_SOCKLEN_T 4$(DL) >> $@
endif
@echo $(DL)#define CARES_SIZEOF_LONG 4$(DL) >> $@