diff options
-rw-r--r-- | games/gnuchess/files/patch-input.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/gnuchess/files/patch-input.c b/games/gnuchess/files/patch-input.c new file mode 100644 index 000000000000..188fced02522 --- /dev/null +++ b/games/gnuchess/files/patch-input.c @@ -0,0 +1,11 @@ +--- 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 */ + |