Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2003 00:46:19 +0800
From:      Eugene Grosbein <eugen@grosbein.pp.ru>
To:        Doug White <dwhite@gumbysoft.com>
Cc:        bug-followup@freebsd.org
Subject:   Re: bin/55346: /bin/sh eats memory and CPU infinitely
Message-ID:  <20030817004619.A1179@grosbein.pp.ru>
In-Reply-To: <20030815191010.S16351@carver.gumbysoft.com>; from dwhite@gumbysoft.com on Fri, Aug 15, 2003 at 07:13:57PM -0700
References:  <20030815211321.A11482@grosbein.pp.ru> <20030815191010.S16351@carver.gumbysoft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Aug 15, 2003 at 07:13:57PM -0700, Doug White wrote:

> You should not remove the ifdef and change the indentation of deljob. Just
> s/del/free and be done with it :-)  I highly doubt anyone needs to disable
> job control in sh, but in the off chance they do, you might as well keep
> the ifdef around.
> 
> Note that freejob calls deljob.

That's why I've removed #ifdef.
freejob() already has these #ifdefs around deljob().
However, freejob() is not wrapped with #ifdefs itself. So I've removed
them here.

Identation is my fault. 

Eugene Grosbein



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030817004619.A1179>