diff options
Diffstat (limited to 'net/tintin++-devel/files/patch-ac')
-rw-r--r-- | net/tintin++-devel/files/patch-ac | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/tintin++-devel/files/patch-ac b/net/tintin++-devel/files/patch-ac new file mode 100644 index 000000000000..964fef610a47 --- /dev/null +++ b/net/tintin++-devel/files/patch-ac @@ -0,0 +1,22 @@ +--- chat.c.orig Fri Sep 8 13:42:00 2000 ++++ chat.c Tue Sep 23 12:46:11 2000 +@@ -66,7 +66,6 @@ + #include <stdio.h> + #include <unistd.h> + #include <memory.h> +-#include <malloc.h> + #include <errno.h> + #include <ctype.h> + #include <sys/socket.h> +@@ -1456,9 +1455,8 @@ + + + if ((f = fopen("chat.conf", "r")) == NULL) { +- printf("\n#ERROR: chat.conf not found!\n"); +- printf(" This file must be in your current directory.\n"); +- printf(" Using defaults...\n"); ++ printf("\n#CHAT: chat.conf file must be in your current directory to enable it.\n"); ++ printf(" You can find example in /usr/local/share/doc/tintin, use with caution.\n"); + fflush(stdout); + return; + } |