Changeset 4284 for zzuf/trunk/src
- Timestamp:
- Jan 19, 2010, 2:01:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/src/zzuf.c
r4283 r4284 802 802 opts->crashes++; 803 803 } 804 #endif805 804 else if (opts->verbose) 806 805 { … … 812 811 fprintf(stderr, "exit %i\n", WEXITSTATUS(status)); 813 812 } 813 #else 814 /* waitpid() is not available. Don't kill the process. */ 815 continue; 816 #endif 814 817 815 818 for(j = 0; j < 3; j++)
Note: See TracChangeset
for help on using the changeset viewer.