be2cada2b9
Maintainer switch from ports@FreeBSD.org PR: 21553 Submitted by: new maintainer <jhp@cocoja.holywar.net>
23 lines
710 B
Plaintext
23 lines
710 B
Plaintext
--- 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;
|
|
}
|