summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2017-11-06 23:02:00 +0200
committerRichard Lowe <richlowe@richlowe.net>2017-11-16 15:36:50 -0500
commit3078e445fa2468f969d4f787db6f303739fdf820 (patch)
treed1661ebe1f4b31d1943b2f8e3ba44a748a1976ce
parentf4d6818a2f6bb2640f51b221780039982957a0ca (diff)
downloadillumos-joyent-3078e445fa2468f969d4f787db6f303739fdf820.tar.gz
8782 chat: 'rcsid' defined but not used
Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Richard Lowe <richlowe@richlowe.net>
-rw-r--r--usr/src/cmd/cmd-inet/usr.bin/chat/chat.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr/src/cmd/cmd-inet/usr.bin/chat/chat.c b/usr/src/cmd/cmd-inet/usr.bin/chat/chat.c
index 34730643b3..6954ed7a25 100644
--- a/usr/src/cmd/cmd-inet/usr.bin/chat/chat.c
+++ b/usr/src/cmd/cmd-inet/usr.bin/chat/chat.c
@@ -90,12 +90,6 @@
#define const
#endif
-#pragma ident "%Z%%M% %I% %E% SMI"
-
-#ifndef lint
-static const char rcsid[] = "$Id: chat.c,v 1.26 1999/12/23 01:39:54 paulus Exp $";
-#endif
-
#include <stdio.h>
#include <ctype.h>
#include <time.h>