summaryrefslogtreecommitdiff
path: root/www/w3m/files/extra-patch-terms.c.m17n
diff options
context:
space:
mode:
Diffstat (limited to 'www/w3m/files/extra-patch-terms.c.m17n')
-rw-r--r--www/w3m/files/extra-patch-terms.c.m17n16
1 files changed, 0 insertions, 16 deletions
diff --git a/www/w3m/files/extra-patch-terms.c.m17n b/www/w3m/files/extra-patch-terms.c.m17n
deleted file mode 100644
index d061e70c3b1e..000000000000
--- a/www/w3m/files/extra-patch-terms.c.m17n
+++ /dev/null
@@ -1,16 +0,0 @@
---- terms.c.orig Sun Oct 22 00:46:08 2000
-+++ terms.c Sun Oct 22 01:23:53 2000
-@@ -17,7 +17,13 @@
- #include <gpm.h>
- #endif /* USE_GPM */
- #ifdef USE_SYSMOUSE
-+#include <osreldate.h>
-+#if (__FreeBSD_version >= 400017)
-+#include <sys/consio.h>
-+#include <sys/fbio.h>
-+#else
- #include <machine/console.h>
-+#endif
- int (*sysm_handler) (int x, int y, int nbs, int obs);
- static int cwidth = 8, cheight = 16;
- static int xpix, ypix, nbs, obs = 0;