summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-08-25 03:50:51 +0000
committerYang Tse <yangsita@gmail.com>2008-08-25 03:50:51 +0000
commitec28988bfabeac8c7074f47d1f6cde865e1d7746 (patch)
tree40ff97e1c7b92fbedcc6534c037226d48950dea8
parentdb23538898f7d18813e92ec006f8855b84197ac2 (diff)
downloadcurl-ec28988bfabeac8c7074f47d1f6cde865e1d7746.tar.gz
leftover
-rw-r--r--lib/Makefile.netware2
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) >> $@