openbsd-ports/games/gnuchess/patches/patch-src_common_h
ajacoutot ce3624d8a3 Update to gnuchess-5.08.
Tweak COMMENT.
Set license marker to GPLv3.
2011-03-02 06:39:47 +00:00

12 lines
329 B
Plaintext

$OpenBSD: patch-src_common_h,v 1.2 2011/03/02 06:39:47 ajacoutot Exp $
--- src/common.h.orig Wed Mar 3 01:57:49 2010
+++ src/common.h Tue Feb 1 09:15:26 2011
@@ -714,7 +714,6 @@ void DBTest (void);
/* Input thread and thread function */
#include <pthread.h>
-extern pthread_t input_thread;
void *input_func(void *);
/*