From d166f048818e10cf3799aa24a174fb22835f1acc Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Thu, 5 Jun 1997 14:59:13 +0000 Subject: Imported from ../bash-2.01.tar.gz. --- siglist.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'siglist.c') diff --git a/siglist.c b/siglist.c index cb45205..6d6a93d 100644 --- a/siglist.c +++ b/siglist.c @@ -23,7 +23,7 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #if !defined (HAVE_SYS_SIGLIST) && !defined (HAVE_STRSIGNAL) #include -#include +#include "bashtypes.h" #include #include "siglist.h" @@ -210,6 +210,10 @@ initialize_siglist () sys_siglist[SIGSOUND] = "HFT sound sequence has completed"; #endif +#if defined (SIGINFO) + sys_siglist[SIGINFO] = "Information request"; +#endif + for (i = 0; i < NSIG; i++) { if (!sys_siglist[i]) -- cgit v1.2.3