aboutsummaryrefslogtreecommitdiffstats
path: root/games/44bsd-hunt/files/patch-faketalk.c
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-25 06:37:20 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-25 06:37:20 +0000
commit0d96c0775c3304f2e876b396c70759740d8389cf (patch)
treee48f730c2b9d901247db6ab02fe7553d5afa6db9 /games/44bsd-hunt/files/patch-faketalk.c
parent05cd98946139e6a89ad416d0ef0509da9044aca4 (diff)
Add 44bsd-hunt 1.0, a rogue-like multiplayer game.
PR: 25221 Submitted by: bdluevel@heitec.net
Diffstat (limited to 'games/44bsd-hunt/files/patch-faketalk.c')
-rw-r--r--games/44bsd-hunt/files/patch-faketalk.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/44bsd-hunt/files/patch-faketalk.c b/games/44bsd-hunt/files/patch-faketalk.c
new file mode 100644
index 000000000000..b0db3d06e9fa
--- /dev/null
+++ b/games/44bsd-hunt/files/patch-faketalk.c
@@ -0,0 +1,11 @@
+--- faketalk.c.orig Sat May 22 09:32:43 1993
++++ faketalk.c Mon Jun 26 03:16:18 2000
+@@ -10,7 +10,7 @@
+
+ #include "bsd.h"
+
+-#if defined(TALK_43) || defined(TALK_42)
++#if !defined(TALK_DISABLE) && (defined(TALK_43) || defined(TALK_42))
+
+ # include <stdio.h>
+ # include <string.h>