summaryrefslogtreecommitdiff
path: root/usr.bin/talk/display.c
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2004-03-02 21:04:43 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2004-03-02 21:04:43 +0000
commitf4398f332bba1ad26f38a9f91f86877aa8637b1e (patch)
treeb8b8f58ffabdea68ace2639461779be3e7daa785 /usr.bin/talk/display.c
parented451dcd19fb7bc912e368b685cd47aea96901f4 (diff)
use socklen_t and better socket() checks. from Andrey Matveev
-Wall for good measure
Diffstat (limited to 'usr.bin/talk/display.c')
-rw-r--r--usr.bin/talk/display.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/talk/display.c b/usr.bin/talk/display.c
index ea212f31315..a82778f7b26 100644
--- a/usr.bin/talk/display.c
+++ b/usr.bin/talk/display.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: display.c,v 1.13 2003/06/03 02:56:17 millert Exp $ */
+/* $OpenBSD: display.c,v 1.14 2004/03/02 21:04:42 tedu Exp $ */
/* $NetBSD: display.c,v 1.3 1994/12/09 02:14:13 jtc Exp $ */
/*
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)display.c 8.1 (Berkeley) 6/6/93";
#endif
-static char rcsid[] = "$OpenBSD: display.c,v 1.13 2003/06/03 02:56:17 millert Exp $";
+static const char rcsid[] = "$OpenBSD: display.c,v 1.14 2004/03/02 21:04:42 tedu Exp $";
#endif /* not lint */
/*