diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-25 03:50:51 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-25 03:50:51 +0000 |
commit | ec28988bfabeac8c7074f47d1f6cde865e1d7746 (patch) | |
tree | 40ff97e1c7b92fbedcc6534c037226d48950dea8 /lib | |
parent | db23538898f7d18813e92ec006f8855b84197ac2 (diff) | |
download | curl-ec28988bfabeac8c7074f47d1f6cde865e1d7746.tar.gz |
leftover
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.netware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 97a810f31..9d7c78c3b 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -617,6 +617,6 @@ else @echo $(DL)#define CURL_SUFFIX_CURL_OFF_T L$(DL) >> $@ @echo $(DL)#define CURL_SUFFIX_CURL_OFF_TU UL$(DL) >> $@ endif - @echo $(DL)typedef CURL_OFF_T curl_off_t;$(DL) >> $@ + @echo $(DL)typedef CURL_TYPEOF_CURL_OFF_T curl_off_t;$(DL) >> $@ @echo $(DL)#endif /* __CURL_CURLBUILD_H */$(DL) >> $@ |