plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 0aa79278fae7f76a9b05d133ae6d8a616d22cc1f
parent 190f5e7cb2cf36fb3898f4724092cc0a1a799624
Author: rsc <devnull@localhost>
Date:   Mon, 27 Mar 2006 13:06:15 +0000

quiet Del in win

Diffstat:
Msrc/cmd/9term/win.c | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/cmd/9term/win.c b/src/cmd/9term/win.c @@ -214,11 +214,8 @@ error(char *s, ...) va_start(arg, s); s = vsmprint(s, arg); va_end(arg); - } - if(s) fprint(2, "win: %s: %r\n", s); - else - s = "kill"; + } if(pid != -1) postnote(PNGROUP, pid, "hangup"); threadexitsall(s);