buildrootschalter/package/gnuchess/gnuchess-5.07.patch

12 lines
319 B
Diff
Raw Normal View History

2008-03-06 19:10:50 +01:00
--- a/src/input.c 2003-07-01 13:06:43.000000000 -0400
+++ a/src/input.c 2008-02-13 12:24:43.000000000 -0500
@@ -92,7 +92,7 @@ void getline_standard(char *p)
fgets(inputstr, MAXSTR, stdin);
}
-static pthread_t input_thread;
+pthread_t input_thread;
/* Mutex and condition variable for thread communication */