diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-02-01 17:44:56 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-02-01 17:44:56 +0000 |
commit | be9284ea3a750113cb44d661f6229db0cd202ca5 (patch) | |
tree | 71a1370268decaecba25ba26bd20b9573415a443 /games/xkoules/files/patch-server.c | |
parent | games/dMagnetic: Update to 0.30 (diff) |
games/xkoules: Unbreak build with -fno-common
PR: 253128
Submitted by: m.ne@gmx.net
Notes
Notes:
svn path=/head/; revision=563595
Diffstat (limited to 'games/xkoules/files/patch-server.c')
-rw-r--r-- | games/xkoules/files/patch-server.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xkoules/files/patch-server.c b/games/xkoules/files/patch-server.c new file mode 100644 index 000000000000..951df7e76568 --- /dev/null +++ b/games/xkoules/files/patch-server.c @@ -0,0 +1,12 @@ +--- server.c.orig 1998-03-04 18:59:19 UTC ++++ server.c +@@ -80,8 +80,7 @@ static long sizes[MAXPACKET]; + static long isizes[MAXPACKET]; + char acceled[5]; + #endif +-struct control controls[MAXROCKETS]; +-static unsigned char Clientmap[5]; ++static unsigned char Clientmap[MAXROCKETS]; + static int Socket; + /*static int tbreak; */ + #define BUFFERSIZE 65536 |