From d7f7c39c11f5d78fe43bc34a7fcc323e37d3c0ff Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 28 Mar 2005 18:41:09 +0000 Subject: (speeds): Declare this array to be static. --- src/stty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stty.c b/src/stty.c index 220c00bf9..b36176e27 100644 --- a/src/stty.c +++ b/src/stty.c @@ -1703,7 +1703,7 @@ struct speed_map unsigned long int value; /* Numeric value. */ }; -struct speed_map speeds[] = +static struct speed_map speeds[] = { {"0", B0, 0}, {"50", B50, 50}, -- cgit v1.2.3-70-g09d2