summaryrefslogtreecommitdiffstats
path: root/usr.bin/talk/look_up.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/look_up.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/look_up.c')
-rw-r--r--usr.bin/talk/look_up.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/talk/look_up.c b/usr.bin/talk/look_up.c
index 62356ea..fad2e39 100644
--- a/usr.bin/talk/look_up.c
+++ b/usr.bin/talk/look_up.c
@@ -32,14 +32,17 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)look_up.c 8.1 (Berkeley) 6/6/93";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
+#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
-#include <netinet/in.h>
#include <protocols/talkd.h>
-#include <errno.h>
#include "talk_ctl.h"
#include "talk.h"
OpenPOWER on IntegriCloud