summaryrefslogtreecommitdiffstats
path: root/bin/stty/key.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/stty/key.c')
-rw-r--r--bin/stty/key.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/stty/key.c b/bin/stty/key.c
index 4b388d2..bc7cf56 100644
--- a/bin/stty/key.c
+++ b/bin/stty/key.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: key.c,v 1.2 1994/09/24 02:58:58 davidg Exp $
*/
#ifndef lint
@@ -286,7 +286,7 @@ f_speed(ip)
struct info *ip;
{
- (void)printf("%d\n", cfgetospeed(&ip->t));
+ (void)printf("%ld\n", cfgetospeed(&ip->t));
}
void
OpenPOWER on IntegriCloud