summaryrefslogtreecommitdiff
path: root/Makefile.netware
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-04-30 00:11:20 +0000
committerYang Tse <yangsita@gmail.com>2009-04-30 00:11:20 +0000
commitd19611328c87de7def4c60039cebb8c2533860e0 (patch)
tree4e6d52857403bc2d53319d772b350d1fb622a93f /Makefile.netware
parentd5c58fbe7ef4167644e45c5e308574c1be4adfd8 (diff)
downloadc-ares-d19611328c87de7def4c60039cebb8c2533860e0.tar.gz
c-ares-d19611328c87de7def4c60039cebb8c2533860e0.tar.bz2
c-ares-d19611328c87de7def4c60039cebb8c2533860e0.zip
NetWare LibC's getpeername() third argument data type is size_t
Diffstat (limited to 'Makefile.netware')
-rw-r--r--Makefile.netware2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.netware b/Makefile.netware
index 1106515..89fdf4c 100644
--- a/Makefile.netware
+++ b/Makefile.netware
@@ -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) >> $@