aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 3318b7f57..165b90fe1 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -548,8 +548,10 @@ struct connectdata {
struct PureInfo {
int httpcode;
int httpversion;
- time_t filetime; /* If requested, this is might get set. Set to -1 if
- the time was unretrievable */
+ long filetime; /* If requested, this is might get set. Set to -1 if the time
+ was unretrievable. We cannot have this of type time_t,
+ since time_t is unsigned on several platforms such as
+ OpenVMS. */
long header_size; /* size of read header(s) in bytes */
long request_size; /* the amount of bytes sent in the request(s) */