aboutsummaryrefslogtreecommitdiffstats
path: root/httpd.h
diff options
context:
space:
mode:
authorkraxel <kraxel>2004-08-18 08:02:18 +0000
committerkraxel <kraxel>2004-08-18 08:02:18 +0000
commit01d24a69854ea050353d56c239b4a7df01d2b135 (patch)
tree9045d54a63a134888cbf1e807da43019b45f266e /httpd.h
parent2574fabc71d05d125877d380878ad1299bbcf29c (diff)
downloadwebfs-01d24a69854ea050353d56c239b4a7df01d2b135.tar.gz
- minor fixes.
Diffstat (limited to 'httpd.h')
-rw-r--r--httpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.h b/httpd.h
index d607860..a7265d9 100644
--- a/httpd.h
+++ b/httpd.h
@@ -35,7 +35,7 @@
struct DIRCACHE {
char path[1024];
- char mtime[40];
+ char mtime[64];
time_t add;
char *html;
int length;