DragonFly submit List (threaded) for 2005-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: endless loop in sh
Committed.
-Matt
Matthew Dillon
<dillon@xxxxxxxxxxxxx>
:
:>From : http://www.freebsd.org/cgi/query-pr.cgi?pr=66242
:
:--- jobs.c.20050112 2004-03-19 18:39:41.000000000 +0000
:+++ jobs.c 2005-01-13 20:25:03.000000000 +0000
:@@ -926,6 +926,7 @@
: in_dowait--;
: if (breakwaitcmd != 0) {
: breakwaitcmd = 0;
:+ if (pid <= 0)
: return -1;
: }
: if (pid <= 0)
:
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]