[BACK]Return to atrun.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / libexec / atrun

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/libexec/atrun/atrun.c between version 1.20 and 1.21

version 1.20, 2011/08/01 12:28:54 version 1.21, 2011/09/16 16:13:17
Line 327  run_file(const char *filename, uid_t uid
Line 327  run_file(const char *filename, uid_t uid
         /* We're the parent.  Let's wait. */          /* We're the parent.  Let's wait. */
         (void)close(fd_in);          (void)close(fd_in);
         (void)close(fd_out);          (void)close(fd_out);
         (void)waitpid(pid, (int *)NULL, 0);          (void)waitpid(pid, NULL, 0);
   
         /*          /*
          * Send mail.  Unlink the output file first, so it is deleted           * Send mail.  Unlink the output file first, so it is deleted

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

CVSweb <webmaster@jp.NetBSD.org>