aboutsummaryrefslogtreecommitdiff
path: root/www/elinks/files/patch-src_dialogs_document.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/elinks/files/patch-src_dialogs_document.c')
-rw-r--r--www/elinks/files/patch-src_dialogs_document.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/elinks/files/patch-src_dialogs_document.c b/www/elinks/files/patch-src_dialogs_document.c
deleted file mode 100644
index 62cb76c714a3..000000000000
--- a/www/elinks/files/patch-src_dialogs_document.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/dialogs/document.c.orig Tue Feb 14 13:42:17 2006
-+++ src/dialogs/document.c Tue Feb 14 13:43:00 2006
-@@ -1,5 +1,9 @@
- /* Information about current document and current link */
-
-+#if defined(__FreeBSD__) && __FreeBSD_version < 500000
-+#define PRId64 "lld"
-+#endif
-+
- #ifdef HAVE_CONFIG_H
- #include "config.h"
- #endif