diff options
Diffstat (limited to 'games/eboard/files/patch-network.h')
-rw-r--r-- | games/eboard/files/patch-network.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/eboard/files/patch-network.h b/games/eboard/files/patch-network.h new file mode 100644 index 000000000000..cc0e82a99a3e --- /dev/null +++ b/games/eboard/files/patch-network.h @@ -0,0 +1,10 @@ +--- network.h.orig Thu Nov 27 00:48:49 2003 ++++ network.h Wed Feb 22 16:22:04 2006 +@@ -229,6 +229,7 @@ + int pid; + int toid; // timeout + string handshake; ++ int use_execve; + }; + + class FallBackConnection : public NetConnection { |