summaryrefslogtreecommitdiffstats
path: root/usr.bin/chat/chat.c
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1997-12-29 00:09:06 +0000
committeralex <alex@FreeBSD.org>1997-12-29 00:09:06 +0000
commit005e82d0d48c18bf9c8f7dd68fbdddaecd02fa38 (patch)
treed6173536ac119a8f4ca284ec466429ed22238d6c /usr.bin/chat/chat.c
parent2d2c1486baa4d002f1ec27ce2fdbf344aa08d814 (diff)
downloadFreeBSD-src-005e82d0d48c18bf9c8f7dd68fbdddaecd02fa38.zip
FreeBSD-src-005e82d0d48c18bf9c8f7dd68fbdddaecd02fa38.tar.gz
-Wall cleanup.
Diffstat (limited to 'usr.bin/chat/chat.c')
-rw-r--r--usr.bin/chat/chat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/chat/chat.c b/usr.bin/chat/chat.c
index 300849d..568bb48 100644
--- a/usr.bin/chat/chat.c
+++ b/usr.bin/chat/chat.c
@@ -70,7 +70,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: chat.c,v 1.8 1997/06/24 06:52:33 charnier Exp $";
+static char rcsid[] = "$Id: chat.c,v 1.9 1997/08/22 15:24:36 peter Exp $";
#endif
#include <stdio.h>
@@ -367,7 +367,7 @@ char **argv;
void do_file (chat_file)
char *chat_file;
{
- int linect, len, sendflg;
+ int linect, sendflg;
char *sp, *arg, quote;
char buf [STR_LEN];
FILE *cfp;
OpenPOWER on IntegriCloud