diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-14 09:09:19 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-14 09:09:19 +0200 |
commit | 5f6509fb03e9b7afd901bc7dd4d5ca30dcb35757 (patch) | |
tree | 5b1e3e3d28bd9c203f0f4e36624204e0c31a1dcb /extra/gnuchess/gcc4.patch | |
parent | 946f091e3f7e4d959f9fba8f9aa955ff6bfc0b4d (diff) | |
download | nutyx-pakxe-5f6509fb03e9b7afd901bc7dd4d5ca30dcb35757.tar.gz nutyx-pakxe-5f6509fb03e9b7afd901bc7dd4d5ca30dcb35757.tar.bz2 nutyx-pakxe-5f6509fb03e9b7afd901bc7dd4d5ca30dcb35757.tar.xz nutyx-pakxe-5f6509fb03e9b7afd901bc7dd4d5ca30dcb35757.zip |
gnuchess, port nettoyé
Diffstat (limited to 'extra/gnuchess/gcc4.patch')
-rw-r--r-- | extra/gnuchess/gcc4.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/gnuchess/gcc4.patch b/extra/gnuchess/gcc4.patch deleted file mode 100644 index b5ce9230d..000000000 --- a/extra/gnuchess/gcc4.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- gnuchess-5.07/src/input.c.orig 2005-11-11 00:45:40.000000000 +0100 -+++ gnuchess-5.07/src/input.c 2005-11-11 00:45:51.000000000 +0100 -@@ -92,7 +92,7 @@ - fgets(inputstr, MAXSTR, stdin); - } - --static pthread_t input_thread; -+pthread_t input_thread; - - /* Mutex and condition variable for thread communication */ |