From: Yang Tse Date: Mon, 11 Aug 2008 02:40:19 +0000 (+0000) Subject: Fix NetWare missing curl_off_t typedef!! X-Git-Tag: curl-7_19_0~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62a6b8d4a649cc7e04a900aa497b457e649b3ec8;p=thirdparty%2Fcurl.git Fix NetWare missing curl_off_t typedef!! --- diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 3986dc71bc..98876ca5e0 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -605,5 +605,6 @@ else @echo $(DL)#define CURL_FORMAT_OFF_T "%ld"$(DL) >> $@ @echo $(DL)#define CURL_SIZEOF_CURL_OFF_T 4$(DL) >> $@ endif + @echo $(DL)typedef CURL_OFF_T curl_off_t;$(DL) >> $@ @echo $(DL)#endif /* __CURL_CURLBUILD_H */$(DL) >> $@