]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(speeds): Declare this array to be static.
authorJim Meyering <jim@meyering.net>
Mon, 28 Mar 2005 18:41:09 +0000 (18:41 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 28 Mar 2005 18:41:09 +0000 (18:41 +0000)
src/stty.c

index 220c00bf94c12c5f413526dd7c4c8f3541262274..b36176e272162b053ed9e86761c38d128596d935 100644 (file)
@@ -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},