aboutsummaryrefslogtreecommitdiff
path: root/coreutils/stty.c
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-29 21:30:43 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-29 21:30:43 +0000
commit2fc3897df50b4afafd49ebe58c4ba25eddf2a22b (patch)
tree331b3963cb98fded02b753ca33bfa37cb48a97c6 /coreutils/stty.c
parent1b35b0f2714fa94733d9f37a9c5cc92538a160f6 (diff)
downloadbusybox-w32-2fc3897df50b4afafd49ebe58c4ba25eddf2a22b.tar.gz
busybox-w32-2fc3897df50b4afafd49ebe58c4ba25eddf2a22b.tar.bz2
busybox-w32-2fc3897df50b4afafd49ebe58c4ba25eddf2a22b.zip
Yet another silly little byte saving. couldn't -> cannot
git-svn-id: svn://busybox.net/trunk/busybox@16263 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 80b94dbad..a41faaf1e 100644
--- a/coreutils/stty.c
+++ b/coreutils/stty.c
@@ -792,7 +792,7 @@ end_option:
792 } 792 }
793 fdflags = fcntl(STDIN_FILENO, F_GETFL); 793 fdflags = fcntl(STDIN_FILENO, F_GETFL);
794 if (fdflags == -1 || fcntl(STDIN_FILENO, F_SETFL, fdflags & ~O_NONBLOCK) < 0) 794 if (fdflags == -1 || fcntl(STDIN_FILENO, F_SETFL, fdflags & ~O_NONBLOCK) < 0)
795 perror_on_device_and_die("%s: couldn't reset non-blocking mode"); 795 perror_on_device_and_die("%s: cannot reset non-blocking mode");
796 } 796 }
797 797
798 /* Initialize to all zeroes so there is no risk memcmp will report a 798 /* Initialize to all zeroes so there is no risk memcmp will report a