Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/sushi Backout the addition of timeout(). This did ...



details:   https://anonhg.NetBSD.org/src/rev/2799416f7865
branches:  trunk
changeset: 501921:2799416f7865
user:      garbled <garbled%NetBSD.org@localhost>
date:      Tue Jan 09 08:06:22 2001 +0000

description:
Backout the addition of timeout().  This did not have the desired effect
at all.  problem noted by itojun on tech-userlevel.

diffstat:

 usr.sbin/sushi/sushi.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r e8ab6ef17680 -r 2799416f7865 usr.sbin/sushi/sushi.c
--- a/usr.sbin/sushi/sushi.c    Tue Jan 09 08:04:53 2001 +0000
+++ b/usr.sbin/sushi/sushi.c    Tue Jan 09 08:06:22 2001 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: sushi.c,v 1.2 2001/01/08 21:19:31 garbled Exp $       */
+/*      $NetBSD: sushi.c,v 1.3 2001/01/09 08:06:22 garbled Exp $       */
 
 /*
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -111,7 +111,6 @@
 
        initCDKColor();
        raw();
-       timeout(150);
 
        if (mte == NULL)
                navigate_menu(cqMenuHeadp, "sushi", 



Home | Main Index | Thread Index | Old Index