summaryrefslogtreecommitdiff
path: root/net/tintin++-devel/files/patch-ac
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-02-26 04:57:26 +0000
committerSteve Price <steve@FreeBSD.org>2001-02-26 04:57:26 +0000
commit80fdbb07abdfac308272dd73dfd6eb1f397f769f (patch)
treeac55a1d8e59ee7f7ad11b486e3f0b7e7b555fea5 /net/tintin++-devel/files/patch-ac
parentUpdate to version 4.0.1. (diff)
Update to version 1.84.
PR: 25197 Submitted by: Matt Heckaman <matt@lucida.ca>
Notes
Notes: svn path=/head/; revision=38765
Diffstat (limited to 'net/tintin++-devel/files/patch-ac')
-rw-r--r--net/tintin++-devel/files/patch-ac22
1 files changed, 7 insertions, 15 deletions
diff --git a/net/tintin++-devel/files/patch-ac b/net/tintin++-devel/files/patch-ac
index 964fef610a47..2068d684a24c 100644
--- a/net/tintin++-devel/files/patch-ac
+++ b/net/tintin++-devel/files/patch-ac
@@ -1,19 +1,11 @@
---- 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 @@
+--- chat.c.orig Sun Feb 18 22:32:15 2001
++++ chat.c Sun Feb 18 22:33:18 2001
+@@ -1451,9 +1451,8 @@
+ sprintf(filestring, "%s/%s", getenv("HOME"), CONFIG_FILE);
-
- 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");
+ if ((f = fopen(filestring, "r")) == NULL) {
+- printf("\n#ERROR: tt.conf not found!\n");
+- printf(" This file must be in your home 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");