summaryrefslogtreecommitdiff
path: root/src
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
parent4caa3d07cfffdb530250195f9df116d39b6fbcd0 (diff)
downloadcoreutils-9935449e9d464ac7033838d74633b299daffb970.tar.xz
merge with 1.9.2i
Diffstat (limited to 'src')
-rw-r--r--src/sleep.c1
-rw-r--r--src/stty.c3
2 files changed, 2 insertions, 2 deletions
diff --git a/src/sleep.c b/src/sleep.c
index 41e775563..b7a2a1e23 100644
--- a/src/sleep.c
+++ b/src/sleep.c
@@ -1,5 +1,4 @@
/* sleep - delay for a specified amount of time.
- Copyright (C) 1984, 1991 Free Software Foundation, Inc.
Copyright (C) 84, 91, 92, 93, 1994 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
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;