freebsd-ports/misc/splitvt/files/patch-vtmouse.h
Martin Wilke f223c764a7 - Fix build with gcc41
PR:		ports/104104
Submitted by:	trasz <trasz@pin.if.uz.zgora.pl>
2006-10-07 14:52:56 +00:00

9 lines
279 B
C

--- 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 */