aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/chat
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1997-10-21 01:56:05 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1997-10-21 01:56:05 +0000
commit14d01796b1ab61a57dbd60da66d8dac699a0a2e7 (patch)
tree9444b2a63ad5396b894abd07c85ff08c9c031d26 /usr.bin/chat
parent58fda9eaaeb697cef01d825dfe2b6f045659c15c (diff)
This commit was manufactured by cvs2svn to create tagrelease/2.2.5_cvs
'RELENG_2_2_5_RELEASE'. This commit was manufactured to restore the state of the 2.2.5-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'usr.bin/chat')
-rw-r--r--usr.bin/chat/Makefile2
-rw-r--r--usr.bin/chat/chat.82
-rw-r--r--usr.bin/chat/chat.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile
index a47bc3fb11e7..76739bff1409 100644
--- a/usr.bin/chat/Makefile
+++ b/usr.bin/chat/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1995/10/31 23:28:20 peter Exp $
+# $Id: Makefile,v 1.2.2.1 1997/09/14 20:39:29 jkh Exp $
PROG= chat
SRCS= chat.c
diff --git a/usr.bin/chat/chat.8 b/usr.bin/chat/chat.8
index aa52c44c8351..57d774df27c2 100644
--- a/usr.bin/chat/chat.8
+++ b/usr.bin/chat/chat.8
@@ -1,6 +1,6 @@
.\" -*- nroff -*-
.\" manual page [] for chat 1.8
-.\" $Id: chat.8,v 1.4.2.1 1997/03/06 07:44:12 mpp Exp $
+.\" $Id: chat.8,v 1.4.2.2 1997/09/14 20:39:29 jkh Exp $
.\" SH section heading
.\" SS subsection heading
.\" LP paragraph
diff --git a/usr.bin/chat/chat.c b/usr.bin/chat/chat.c
index bd6916b3d694..d0cb6fe15499 100644
--- a/usr.bin/chat/chat.c
+++ b/usr.bin/chat/chat.c
@@ -68,7 +68,7 @@
*
*/
-static char rcsid[] = "$Id: chat.c,v 1.4.2.2 1997/06/25 06:50:57 charnier Exp $";
+static char rcsid[] = "$Id: chat.c,v 1.4.2.3 1997/09/14 20:39:30 jkh Exp $";
#include <stdio.h>
#include <time.h>