plan9port

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

commit 827018c4ec93f3786040b1f705a262133fe06b49
parent 90c3dab6d4f928cdf6672f89ae820a48826fd701
Author: rsc <devnull@localhost>
Date:   Sun, 23 Jul 2006 14:43:55 +0000

clean temporary files

Diffstat:
Msrc/cmd/upas/vf/vf.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/cmd/upas/vf/vf.c b/src/cmd/upas/vf/vf.c @@ -460,6 +460,7 @@ runchecker(Part *p) * Okay to return on error - will let mail through but wrapped. */ w = wait(); + remove(name); if(w == nil){ syslog(0, "mail", "vf wait failed: %r"); return 0;