/[anubis]/anubis/src/exec.c
ViewVC logotype

Diff of /anubis/src/exec.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by polak, Fri Mar 7 19:53:13 2003 UTC revision 1.6 by gray, Sun Jul 20 08:34:52 2003 UTC
# Line 131  sig_local(int code) Line 131  sig_local(int code)
131          int status;          int status;
132    
133          while ((pid = waitpid(-1, &status, WNOHANG)) > 0)          while ((pid = waitpid(-1, &status, WNOHANG)) > 0)
134                  info(VERBOSE, _("Local program [%d] finished."), pid);                  info(VERBOSE, _("Local program [%lu] finished."),
135                         (unsigned long) pid);
136          return;          return;
137  }  }
138    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26