From f4398f332bba1ad26f38a9f91f86877aa8637b1e Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Tue, 2 Mar 2004 21:04:43 +0000 Subject: use socklen_t and better socket() checks. from Andrey Matveev -Wall for good measure --- usr.bin/talk/io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/talk/io.c') diff --git a/usr.bin/talk/io.c b/usr.bin/talk/io.c index 9734bc13311..f23558222e7 100644 --- a/usr.bin/talk/io.c +++ b/usr.bin/talk/io.c @@ -1,4 +1,4 @@ -/* $OpenBSD: io.c,v 1.14 2003/08/11 21:10:54 deraadt Exp $ */ +/* $OpenBSD: io.c,v 1.15 2004/03/02 21:04:42 tedu Exp $ */ /* $NetBSD: io.c,v 1.4 1994/12/09 02:14:20 jtc Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: io.c,v 1.14 2003/08/11 21:10:54 deraadt Exp $"; +static const char rcsid[] = "$OpenBSD: io.c,v 1.15 2004/03/02 21:04:42 tedu Exp $"; #endif /* not lint */ /* -- cgit v1.2.3