Re: [PATCH] add #if defined(JOB_CONTROL) around job_control in execute_cmd.c

2011-06-30 Thread Chet Ramey
On 6/30/11 7:56 AM, Thomas Cort wrote: > Hello, > > In bash-4.2 in execute_cmd.c there is a usage of job_control that > isn't enclosed in "#if defined(JOB_CONTROL)" / "#endif". This causes a > compile failure on Minix since job_control is only defined if > JOB_CONTROL is defined. Patch attached.

[PATCH] add #if defined(JOB_CONTROL) around job_control in execute_cmd.c

2011-06-30 Thread Thomas Cort
Hello, In bash-4.2 in execute_cmd.c there is a usage of job_control that isn't enclosed in "#if defined(JOB_CONTROL)" / "#endif". This causes a compile failure on Minix since job_control is only defined if JOB_CONTROL is defined. Patch attached. -Thomas --- execute_cmd.c.orig Fri Jun 3 13:34:42