aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/stty.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/coreutils/stty.c b/coreutils/stty.c
index 3605e3c29..e02fe7c72 100644
--- a/coreutils/stty.c
+++ b/coreutils/stty.c
@@ -677,8 +677,8 @@ static tcflag_t *mode_type_flag(unsigned type, const struct termios *mode)
677 return NULL; 677 return NULL;
678} 678}
679 679
680static void set_speed_or_die(enum speed_setting type, const char *const arg, 680static void set_speed_or_die(enum speed_setting type, const char *arg,
681 struct termios * const mode) 681 struct termios *mode)
682{ 682{
683 speed_t baud; 683 speed_t baud;
684 684
@@ -801,7 +801,7 @@ enum {
801 param_ospeed = 8 | 0x80, 801 param_ospeed = 8 | 0x80,
802}; 802};
803 803
804static int find_param(const char *const name) 804static int find_param(const char *name)
805{ 805{
806 static const char params[] ALIGN1 = 806 static const char params[] ALIGN1 =
807 "line\0" /* 1 */ 807 "line\0" /* 1 */