summaryrefslogtreecommitdiff
path: root/www-client/w3m/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-19 14:14:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-19 14:14:48 +0100
commit5cfef3c94cd7e82136c69a0322f5ba21f7e64632 (patch)
tree8f255dfacbacb657e3ac3654d01c1e11e651c066 /www-client/w3m/files
parent8aebb228036d5e2863b7eaa6e319ab41c1669269 (diff)
gentoo resync : 19.04.2018
Diffstat (limited to 'www-client/w3m/files')
-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)