Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > d3db6d8a73f622a8cd50b35c7e9d5b2e > files > 3

gnuchess-5.07-14.fc12.src.rpm

--- gnuchess-5.07/src/common.h.orig	2005-05-26 13:15:05.000000000 -0400
+++ gnuchess-5.07/src/common.h	2005-05-26 13:14:33.000000000 -0400
@@ -716,7 +716,7 @@
 
 /* Input thread and thread function */
 #include <pthread.h>
-extern pthread_t input_thread;
+static pthread_t input_thread;
 void *input_func(void *);
 
 /*