aboutsummaryrefslogtreecommitdiffstats
path: root/CWRU/misc/sigs.c
diff options
context:
space:
mode:
Diffstat (limited to 'CWRU/misc/sigs.c')
-rw-r--r--CWRU/misc/sigs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/CWRU/misc/sigs.c b/CWRU/misc/sigs.c
index 097ab31..bae93f8 100644
--- a/CWRU/misc/sigs.c
+++ b/CWRU/misc/sigs.c
@@ -1,6 +1,6 @@
/* sigs - print signal dispositions for a process */
-/* Copyright (C) 1990-2009 Free Software Foundation, Inc.
+/* Copyright (C) 1990-2010 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
@@ -21,7 +21,7 @@
#include <signal.h>
#include <stdio.h>
-extern char *sys_siglist[];
+extern const char * const sys_siglist[];
typedef void sighandler();