summaryrefslogtreecommitdiffstats
path: root/contrib/top
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-09-16 19:36:18 +0000
committerpeter <peter@FreeBSD.org>2000-09-16 19:36:18 +0000
commit27fb7bdf0982016140b450f1ed43807dbe20cfab (patch)
tree3f229c90b6c8b751dbaee54c7ac2f5c6ac3fba30 /contrib/top
parent483097caa4b51b4a1ea4295d7807e63dbd9ef8f2 (diff)
downloadFreeBSD-src-27fb7bdf0982016140b450f1ed43807dbe20cfab.zip
FreeBSD-src-27fb7bdf0982016140b450f1ed43807dbe20cfab.tar.gz
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.
Diffstat (limited to 'contrib/top')
-rw-r--r--contrib/top/screen.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/top/screen.c b/contrib/top/screen.c
index 531a4f3..348304c 100644
--- a/contrib/top/screen.c
+++ b/contrib/top/screen.c
@@ -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;
OpenPOWER on IntegriCloud