summaryrefslogtreecommitdiff
path: root/games/gnocatan/files/patch-server_server.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-01-27 22:15:31 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-01-27 22:15:31 +0000
commitaa7ac3c73edd93539ee3ee30f3bc79ee006de88a (patch)
tree0cf959a06320b5917089fbf59292cb731938ebdb /games/gnocatan/files/patch-server_server.c
parentbmp-songchange executes a custom command on every song change (diff)
- Update to 0.8.1.51
PR: ports/76754 Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
Notes
Notes: svn path=/head/; revision=127500
Diffstat (limited to 'games/gnocatan/files/patch-server_server.c')
-rw-r--r--games/gnocatan/files/patch-server_server.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/gnocatan/files/patch-server_server.c b/games/gnocatan/files/patch-server_server.c
deleted file mode 100644
index baf5d0abd4d0..000000000000
--- a/games/gnocatan/files/patch-server_server.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- server/server.c.orig Fri Jan 21 17:02:43 2005
-+++ server/server.c Fri Jan 21 17:06:15 2005
-@@ -30,6 +30,8 @@
- #include <errno.h>
- #include <string.h>
- #include <time.h>
-+#include <netinet/in.h>
-+#include <sys/signal.h>
-
- #ifndef HAVE_G_RAND_NEW_WITH_SEED
- #include "mt_rand.h"