summaryrefslogtreecommitdiff
path: root/src/stty.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-02-12 17:23:44 +0000
committerJim Meyering <jim@meyering.net>1994-02-12 17:23:44 +0000
commit9935449e9d464ac7033838d74633b299daffb970 (patch)
tree678cebc28124844ccaac40c9e71ecb749044d70e /src/stty.c
parent4caa3d07cfffdb530250195f9df116d39b6fbcd0 (diff)
downloadcoreutils-9935449e9d464ac7033838d74633b299daffb970.tar.xz
merge with 1.9.2i
Diffstat (limited to 'src/stty.c')
-rw-r--r--src/stty.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stty.c b/src/stty.c
index 45fc52ad4..05e6b6521 100644
--- a/src/stty.c
+++ b/src/stty.c
@@ -1122,7 +1122,8 @@ set_speed (type, arg, mode)
Return zero for success, non-zero if both ioctl's failed. */
static int
-get_win_size (struct winsize *win)
+get_win_size (win)
+ struct winsize *win;
{
int err;