bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bash-2.05 patch 2


From: Chet Ramey
Subject: Bash-2.05 patch 2
Date: Mon, 16 Apr 2001 10:39:51 -0400

                             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>

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet)

Chet Ramey, CWRU    chet@po.CWRU.Edu    http://cnswww.cns.cwru.edu/~chet/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]