freebsd-ports/games/gnuchess/files/patch-input.c
Pav Lucistnik 1f76889f34 - Fix build with gcc42
PR:		ports/113400
Submitted by:	Conrad J. Sabatier <conrads@cox.net> (maintainer)
2007-06-06 14:11:24 +00:00

11 lines
267 B
C

--- src/input.c.orig Tue Jun 5 23:34:06 2007
+++ src/input.c Tue Jun 5 23:34:14 2007
@@ -92,7 +92,7 @@
fgets(inputstr, MAXSTR, stdin);
}
-static pthread_t input_thread;
+pthread_t input_thread;
/* Mutex and condition variable for thread communication */