aboutsummaryrefslogtreecommitdiff
path: root/lib/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
commit504ecd5f7a47185c503d263dae1ff8d75b1a892d (patch)
tree5ff9f985d2b2e1a042f3d5da80478cf6eed1c386 /lib/Makefile.netware
parent7d1bb21c191fea7c9e02d78e820a8df1b9ac65d3 (diff)
NetWare LibC's getpeername() third argument data type is size_t
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r--lib/Makefile.netware2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index a490b085c..fe896d7a6 100644
--- a/lib/Makefile.netware
+++ b/lib/Makefile.netware
@@ -619,7 +619,7 @@ $(CURL_INC)/curl/curlbuild.h: Makefile.netware FORCE
@echo $(DL)#define __CURL_CURLBUILD_H$(DL) >> $@
ifeq ($(LIBARCH),LIBC)
@echo $(DL)#define CURL_SIZEOF_LONG 4$(DL) >> $@
- @echo $(DL)#define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t$(DL) >> $@
+ @echo $(DL)#define CURL_TYPEOF_CURL_SOCKLEN_T size_t$(DL) >> $@
@echo $(DL)#define CURL_SIZEOF_CURL_SOCKLEN_T 4$(DL) >> $@
@echo $(DL)#define CURL_TYPEOF_CURL_OFF_T long long$(DL) >> $@
@echo $(DL)#define CURL_FORMAT_CURL_OFF_T "lld"$(DL) >> $@