From 27fb7bdf0982016140b450f1ed43807dbe20cfab Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 16 Sep 2000 19:36:18 +0000 Subject: 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. --- contrib/top/screen.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib/top') 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; -- cgit v1.1