summaryrefslogtreecommitdiffstats
path: root/usr.bin/talk/msgs.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-01-14 07:21:14 +0000
committercharnier <charnier@FreeBSD.org>1998-01-14 07:21:14 +0000
commitdeff56dc01b6743aa95aae415449bf0b2ef21b33 (patch)
treefc63802d03ce54876720b92fadd121c9edc9e522 /usr.bin/talk/msgs.c
parent936239d2954e2310bbb3821da0cfe46611b9a0b3 (diff)
downloadFreeBSD-src-deff56dc01b6743aa95aae415449bf0b2ef21b33.zip
FreeBSD-src-deff56dc01b6743aa95aae415449bf0b2ef21b33.tar.gz
Add rcsid. Remove unused #includes (what about RU# ?). Change exit(-1) and
add usage().
Diffstat (limited to 'usr.bin/talk/msgs.c')
-rw-r--r--usr.bin/talk/msgs.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/talk/msgs.c b/usr.bin/talk/msgs.c
index 0b3eeee..ea95608 100644
--- a/usr.bin/talk/msgs.c
+++ b/usr.bin/talk/msgs.c
@@ -32,7 +32,11 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)msgs.c 8.1 (Berkeley) 6/6/93";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
/*
@@ -40,9 +44,7 @@ static char sccsid[] = "@(#)msgs.c 8.1 (Berkeley) 6/6/93";
* if we are slow connecting.
*/
-#include <sys/time.h>
#include <signal.h>
-#include <stdio.h>
#include "talk.h"
#define MSG_INTERVAL 4
OpenPOWER on IntegriCloud