summaryrefslogtreecommitdiff
path: root/games/eboard/files/patch-network.h
blob: cc0e82a99a3e9c2a1323d67d6bfdc2abcbe72385 (plain) (blame)
1
2
3
4
5
6
7
8
9
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 {