tclean temporary files - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 827018c4ec93f3786040b1f705a262133fe06b49
 (DIR) parent 90c3dab6d4f928cdf6672f89ae820a48826fd701
 (HTM) Author: rsc <devnull@localhost>
       Date:   Sun, 23 Jul 2006 14:43:55 +0000
       
       clean temporary files
       
       Diffstat:
         M src/cmd/upas/vf/vf.c                |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/cmd/upas/vf/vf.c b/src/cmd/upas/vf/vf.c
       t@@ -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;