diff options
Diffstat (limited to 'games/44bsd-hunt/files/patch-faketalk.c')
-rw-r--r-- | games/44bsd-hunt/files/patch-faketalk.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/44bsd-hunt/files/patch-faketalk.c b/games/44bsd-hunt/files/patch-faketalk.c deleted file mode 100644 index b0db3d06e9fa..000000000000 --- a/games/44bsd-hunt/files/patch-faketalk.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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> |