summaryrefslogtreecommitdiff
path: root/misc/splitvt/files/patch-vtmouse.h
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-10-07 14:52:56 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-10-07 14:52:56 +0000
commitf223c764a701504ce571ff5b15e47e883fe2b94a (patch)
treef17d610033edbca84555a2978cd076bfb672a1aa /misc/splitvt/files/patch-vtmouse.h
parent- Fix build with gcc4.1 (diff)
- Fix build with gcc41
PR: ports/104104 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
Diffstat (limited to '')
-rw-r--r--misc/splitvt/files/patch-vtmouse.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/splitvt/files/patch-vtmouse.h b/misc/splitvt/files/patch-vtmouse.h
new file mode 100644
index 000000000000..a2484f2bce58
--- /dev/null
+++ b/misc/splitvt/files/patch-vtmouse.h
@@ -0,0 +1,9 @@
+--- vtmouse.h.orig Sat Oct 7 02:22:11 2006
++++ vtmouse.h Sat Oct 7 02:22:36 2006
+@@ -39,5 +39,5 @@
+ extern int event_getc();
+ extern void event_quit();
+
+-extern FILE *xt_input, *xt_output; /* Usually untouched */
++static FILE *xt_input, *xt_output; /* Usually untouched */
+