buildrootschalter/package/gnuchess/gnuchess-5.07.patch
Peter Korsgaard 9b809e1a6a package: drop games/ subdir
As discussed during the dev day.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-11-05 08:23:06 +01:00

12 lines
319 B
Diff

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