diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-03 15:42:47 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-03 15:42:47 +0000 |
commit | 6ef88e9b2dfde6031eddc9a92e0d0bf5d288cbf2 (patch) | |
tree | f7bda36a25edb9edfa2d77a6c38c564b7a55e1db /usr.bin/talk/io.c | |
parent | bfcf447fb838ccd91bca5a588f9aa0d41d730785 (diff) |
kill bogus comment
Diffstat (limited to 'usr.bin/talk/io.c')
-rw-r--r-- | usr.bin/talk/io.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/talk/io.c b/usr.bin/talk/io.c index 752eb103a88..6fe63de6b2a 100644 --- a/usr.bin/talk/io.c +++ b/usr.bin/talk/io.c @@ -1,4 +1,4 @@ -/* $OpenBSD: io.c,v 1.7 1998/08/18 04:02:16 millert Exp $ */ +/* $OpenBSD: io.c,v 1.8 1999/03/03 15:42:46 millert Exp $ */ /* $NetBSD: io.c,v 1.4 1994/12/09 02:14:20 jtc Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: io.c,v 1.7 1998/08/18 04:02:16 millert Exp $"; +static char rcsid[] = "$OpenBSD: io.c,v 1.8 1999/03/03 15:42:46 millert Exp $"; #endif /* not lint */ /* @@ -69,9 +69,6 @@ talk() #if defined(NCURSES_VERSION) || defined(beep) message("Connection established"); - /* - * beep() doesn't flush output on its own. - */ beep(); beep(); beep(); |