aboutsummaryrefslogtreecommitdiff
path: root/coreutils/stty.c
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-18 22:04:09 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-18 22:04:09 +0000
commit5fbe80c88a10cf2f357c3eb50990aa345bd5257a (patch)
treefc0d65e0d33b5b526b0d44d4c4da8143be3b53b1 /coreutils/stty.c
parent8c464c6dfa6a2fe87ca2762a237811b3ce2a8730 (diff)
downloadbusybox-w32-5fbe80c88a10cf2f357c3eb50990aa345bd5257a.tar.gz
busybox-w32-5fbe80c88a10cf2f357c3eb50990aa345bd5257a.tar.bz2
busybox-w32-5fbe80c88a10cf2f357c3eb50990aa345bd5257a.zip
rodata cleanup. "unable to" == "cannot". -300 bytes
git-svn-id: svn://busybox.net/trunk/busybox@16580 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils/stty.c')
-rw-r--r--coreutils/stty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/stty.c b/coreutils/stty.c
index 8c16c27a9..22784a260 100644
--- a/coreutils/stty.c
+++ b/coreutils/stty.c
@@ -917,7 +917,7 @@ end_option:
917 new_mode.c_cflag &= (~CIBAUD); 917 new_mode.c_cflag &= (~CIBAUD);
918 if (speed_was_set || memcmp(&mode, &new_mode, sizeof(mode)) != 0) 918 if (speed_was_set || memcmp(&mode, &new_mode, sizeof(mode)) != 0)
919#endif 919#endif
920 perror_on_device_and_die ("%s: unable to perform all requested operations"); 920 perror_on_device_and_die("%s: cannot perform all requested operations");
921 } 921 }
922 } 922 }
923 923