summaryrefslogtreecommitdiff
path: root/games/tetrinet/files/patch-ab
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-01-07 09:00:34 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-01-07 09:00:34 +0000
commit1973250ee898ac5a4921af30b089b0847c4b3adb (patch)
tree295d3ee834f116f6cb2a495a9e3494f51a88be0e /games/tetrinet/files/patch-ab
parent- Update to version 0.4.3 (diff)
Update to version 0.11
Use PORTDICS Fix URLs Submitted by: edwin@mavetju.org
Notes
Notes: svn path=/head/; revision=97557
Diffstat (limited to 'games/tetrinet/files/patch-ab')
-rw-r--r--games/tetrinet/files/patch-ab22
1 files changed, 0 insertions, 22 deletions
diff --git a/games/tetrinet/files/patch-ab b/games/tetrinet/files/patch-ab
deleted file mode 100644
index 644540a2510e..000000000000
--- a/games/tetrinet/files/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
---- server.c.old Sun Mar 4 17:57:08 2001
-+++ server.c Sun Mar 4 17:57:44 2001
-@@ -4,6 +4,10 @@
- * Tetrinet server code
- */
-
-+#include <sys/types.h>
-+#include <sys/socket.h>
-+#include <sys/time.h>
-+
- #include <stdarg.h>
- #include <stdio.h>
- #include <stdlib.h>
-@@ -14,8 +18,6 @@
- * reason to not use glibc. */
- /* #include <netinet/protocols.h> */
- #include <signal.h>
--#include <sys/socket.h>
--#include <sys/time.h>
- #include "tetrinet.h"
- #include "tetris.h"
- #include "server.h"