diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-27 22:15:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-27 22:15:31 +0000 |
commit | aa7ac3c73edd93539ee3ee30f3bc79ee006de88a (patch) | |
tree | 0cf959a06320b5917089fbf59292cb731938ebdb /games/gnocatan/files/patch-server_server.c | |
parent | bmp-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.c | 11 |
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" |