			     BASH PATCH REPORT
			     =================

Bash-Release: 2.05
Patch-ID: bash205-002

Bug-Reported-by: Art Haas <arthur.haas@westgeo.com>
Bug-Reference-ID: <lrsnjfut7y.fsf@haasart1.dhcp.wg.waii.com>

Bug-Description:

AIX 4.3 provides defines for real-time signals that are far out of the
range of the rest of the signal space, and mksignames seg faults trying
to process them.  Post-bash-2.04 versions of configure have checks for
this, but mksignames.c needs to include config.h to use them.  The patch
is obvious and trivial.

Patch:

*** ../bash-2.05/support/mksignames.c	Tue Mar 28 10:12:40 2000
--- support/mksignames.c	Wed Apr 11 15:31:22 2001
***************
*** 20,23 ****
--- 20,25 ----
     Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. */
  
+ #include "config.h"
+ 
  #include <stdio.h>
  #include <sys/types.h>
