]> granicus.if.org Git - curl/commitdiff
NetWare LibC's getpeername() third argument data type is size_t
authorYang Tse <yangsita@gmail.com>
Thu, 30 Apr 2009 00:11:20 +0000 (00:11 +0000)
committerYang Tse <yangsita@gmail.com>
Thu, 30 Apr 2009 00:11:20 +0000 (00:11 +0000)
ares/Makefile.netware
lib/Makefile.netware

index 110651526afa2e4c173ca536c448a6405e262b86..89fdf4c75b2ba6d46ebac55f56e6550fee03129b 100644 (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) >> $@
index a490b085c91ff6130c1b04fd7a46fc5c8042e709..fe896d7a63ef588a39e953188c90c884101b31e3 100644 (file)
@@ -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) >> $@