Changeset 23515
- Timestamp:
- Mar 25, 2009, 11:14:00 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/eam_branch_20090322/Ohana/src/opihi/pantasks/LocalJob.c
r18161 r23515 127 127 128 128 pid = fork (); 129 if (pid == -1) { 130 gprint_syserror (GP_ERR, errno, "error starting local job: "); 131 goto pipe_error; 132 } 133 129 134 if (!pid) { /* must be child process */ 130 135 if (VerboseMode()) gprint (GP_ERR, "starting local job\n");
Note:
See TracChangeset
for help on using the changeset viewer.
