bug-bash
[Top][All Lists]
Advanced

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

[PATCH] mksignames.c & AIX


From: Art Haas
Subject: [PATCH] mksignames.c & AIX
Date: 11 Apr 2001 14:33:37 -0500

Bash-2.05/mksignames bombs on AIX because of problems with real-time
signals. The configuration script checks for this, but `config.h' is
never included in the file, so we fail. Including `config.h' fixes the
problem.

Trivial patch below.

Thanks to all working on bash. 

--- bash-2.05/support/mksignames.c.orig Tue Mar 28 09:12:40 2000
+++ bash-2.05/support/mksignames.c      Wed Apr 11 13:41:02 2001
@@ -19,6 +19,7 @@
    with Bash; see the file COPYING.  If not, write to the Free Software
    Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. */
 
+#include "config.h"
 #include <stdio.h>
 #include <sys/types.h>
 #include <signal.h>

-- 
###############################
# Art Haas
# (713) 689-2417
###############################



reply via email to

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