diff options
Diffstat (limited to 'games/eboard/files/patch-network.cc')
-rw-r--r-- | games/eboard/files/patch-network.cc | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/games/eboard/files/patch-network.cc b/games/eboard/files/patch-network.cc deleted file mode 100644 index 6903105da8a3..000000000000 --- a/games/eboard/files/patch-network.cc +++ /dev/null @@ -1,22 +0,0 @@ - -$FreeBSD$ - ---- network.cc.orig Sat Jul 6 23:05:11 2002 -+++ network.cc Sat Sep 28 23:00:20 2002 -@@ -26,6 +26,7 @@ - - - #include <iostream.h> -+#include <arpa/inet.h> - #include <time.h> - #include <sys/time.h> - #include <sys/types.h> -@@ -135,7 +136,7 @@ - return(strstr(dump,match)!=0); - } - --int BufferedConnection::consume(int handle, int amount=128) { -+int BufferedConnection::consume(int handle, int amount) { - int i,j; - char sm[2048]; - if (amount>2048) amount=2048; |