summaryrefslogtreecommitdiff
path: root/www-client/w3m/files/w3m-time.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/w3m/files/w3m-time.patch')
-rw-r--r--www-client/w3m/files/w3m-time.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/www-client/w3m/files/w3m-time.patch b/www-client/w3m/files/w3m-time.patch
deleted file mode 100644
index 8489eee3fae9..000000000000
--- a/www-client/w3m/files/w3m-time.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/html.h
-+++ b/html.h
-@@ -8,6 +8,8 @@
- #include <openssl/ssl.h>
- #endif /* USE_SSL */
-
-+#include <time.h>
-+
- #define StrUFgets(f) StrISgets((f)->stream)
- #define StrmyUFgets(f) StrmyISgets((f)->stream)
- #define UFgetc(f) ISgetc((f)->stream)