Don't declare ospeed as a common - and it happens to be incorrect as well.

top doesn't use it and it causes a linker warning.
This commit is contained in:
Peter Wemm 2000-09-16 19:36:18 +00:00
parent 01b9a4342f
commit a1e753fa30
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65937

View File

@ -7,6 +7,8 @@
*
* Copyright (c) 1984, 1989, William LeFebvre, Rice University
* Copyright (c) 1989, 1990, 1992, William LeFebvre, Northwestern University
*
* $FreeBSD$
*/
/* This file contains the routines that interface to termcap and stty/gtty.
@ -71,7 +73,6 @@ char *start_standout;
char *end_standout;
char *terminal_init;
char *terminal_end;
short ospeed;
#ifdef SGTTY
static struct sgttyb old_settings;