summaryrefslogtreecommitdiff
path: root/usr.bin/chat
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>1998-12-06 22:58:23 +0000
committerArchie Cobbs <archie@FreeBSD.org>1998-12-06 22:58:23 +0000
commitfa146c53357ea20afd3661d8093ea1db44198d5f (patch)
treea75604be1743b2dbb3ae09ab3f3275f9f1d33d75 /usr.bin/chat
parent872963ff956b81ce07e442531158371f50388eb4 (diff)
downloadsrc-test2-fa146c53357ea20afd3661d8093ea1db44198d5f.tar.gz
src-test2-fa146c53357ea20afd3661d8093ea1db44198d5f.zip
Notes
Diffstat (limited to 'usr.bin/chat')
-rw-r--r--usr.bin/chat/Makefile3
-rw-r--r--usr.bin/chat/chat.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile
index ab4129e05048..1154024e846f 100644
--- a/usr.bin/chat/Makefile
+++ b/usr.bin/chat/Makefile
@@ -1,6 +1,7 @@
-# $Id: Makefile,v 1.4 1997/02/22 19:54:21 peter Exp $
+# $Id: Makefile,v 1.5 1997/08/22 15:42:31 peter Exp $
PROG= chat
+CFLAGS+=-Wall
SRCS= chat.c
MAN8= chat.8
diff --git a/usr.bin/chat/chat.c b/usr.bin/chat/chat.c
index f3676aa02799..c25b8cfd8775 100644
--- a/usr.bin/chat/chat.c
+++ b/usr.bin/chat/chat.c
@@ -78,7 +78,8 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: chat.c,v 1.11 1998/03/21 20:47:04 peter Exp $";
+static const char rcsid[] =
+ "$Id: chat.c,v 1.12 1998/06/23 21:58:41 peter Exp $";
#endif
#include <stdio.h>