diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-11 02:40:19 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-11 02:40:19 +0000 |
commit | 62a6b8d4a649cc7e04a900aa497b457e649b3ec8 (patch) | |
tree | 2e7af8740fad9496d553bcf104cd56dca883b0b0 /lib | |
parent | 24b189071035e5b987c137b491532597158889b9 (diff) |
Fix NetWare missing curl_off_t typedef!!
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.netware | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 3986dc71b..98876ca5e 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) >> $@ |