From bb73a7cd1089b3b50f0018dab4dd5f11dec1657f Mon Sep 17 00:00:00 2001 From: millert Date: Tue, 18 Aug 1998 04:02:09 +0000 Subject: Some changes inspired by FreeBSD... o Kill annoying spaces at the end of lines o sigaction, not sigvec o warn/err where sensible o hstrerror() not herror() o defaults for erase, kill, and werase if not set o kill a needless refresh() after the beeps that was messing up the screen --- usr.bin/talk/ctl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/talk/ctl.c') diff --git a/usr.bin/talk/ctl.c b/usr.bin/talk/ctl.c index dda08855694..2ef77d20f1d 100644 --- a/usr.bin/talk/ctl.c +++ b/usr.bin/talk/ctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ctl.c,v 1.3 1998/04/28 22:13:20 pjanzen Exp $ */ +/* $OpenBSD: ctl.c,v 1.4 1998/08/18 04:02:09 millert Exp $ */ /* $NetBSD: ctl.c,v 1.3 1994/12/09 02:14:10 jtc Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)ctl.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: ctl.c,v 1.3 1998/04/28 22:13:20 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: ctl.c,v 1.4 1998/08/18 04:02:09 millert Exp $"; #endif /* not lint */ /* @@ -86,7 +86,7 @@ open_sockt() /* open the ctl socket */ void -open_ctl() +open_ctl() { int length; -- cgit v1.2.3-59-g8ed1b