Credited Christophe Boyaniqu for interactive patch to rm.
[oweals/busybox.git] / kill.c
diff --git a/kill.c b/kill.c
index e62503b3c9aa5efc02e020bca9872f14770c8d8a..fb3d7221315f1fa0b4e27a76e7dc806764bfc2be 100644 (file)
--- a/kill.c
+++ b/kill.c
@@ -39,7 +39,7 @@ struct signal_name {
        int number;
 };
 
-const struct signal_name signames[] = {
+static const struct signal_name signames[] = {
        /* POSIX signals */
        { "HUP",        SIGHUP },       /* 1 */
        { "INT",        SIGINT },       /* 2 */