From 69bdf2000a7c578558cfa7075922b3f18518aef0 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 28 Feb 2002 14:48:12 +0000 Subject: Declare ospeed in a more portable fashion. --- zwgc/tty_filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zwgc') diff --git a/zwgc/tty_filter.c b/zwgc/tty_filter.c index 1a05cf5..d734e9d 100644 --- a/zwgc/tty_filter.c +++ b/zwgc/tty_filter.c @@ -36,7 +36,7 @@ static const char rcsid_tty_filter_c[] = "$Id$"; extern int tgetent(); extern char *tgetstr(),*getenv(); -short ospeed; +extern speed_t ospeed; char PC; /* Dictionary naming convention: -- cgit v1.2.3