summaryrefslogtreecommitdiff
path: root/usr.bin/chat
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/chat')
-rw-r--r--usr.bin/chat/Makefile3
-rw-r--r--usr.bin/chat/chat.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile
index 1154024e846f..ab4129e05048 100644
--- a/usr.bin/chat/Makefile
+++ b/usr.bin/chat/Makefile
@@ -1,7 +1,6 @@
-# $Id: Makefile,v 1.5 1997/08/22 15:42:31 peter Exp $
+# $Id: Makefile,v 1.4 1997/02/22 19:54:21 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 c25b8cfd8775..f3676aa02799 100644
--- a/usr.bin/chat/chat.c
+++ b/usr.bin/chat/chat.c
@@ -78,8 +78,7 @@
*/
#ifndef lint
-static const char rcsid[] =
- "$Id: chat.c,v 1.12 1998/06/23 21:58:41 peter Exp $";
+static char rcsid[] = "$Id: chat.c,v 1.11 1998/03/21 20:47:04 peter Exp $";
#endif
#include <stdio.h>