summaryrefslogtreecommitdiffstats
path: root/lib/libtermcap/termcap.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-13 11:41:59 +0000
committerbde <bde@FreeBSD.org>1997-04-13 11:41:59 +0000
commit4fe66e591478b302035524f1562af66d976a9c3d (patch)
tree61456282434767b3e009dcf451763a51684c6a2b /lib/libtermcap/termcap.c
parent4e19bb4d34def7af5ab52979c43fa6d569be18d2 (diff)
downloadFreeBSD-src-4fe66e591478b302035524f1562af66d976a9c3d.zip
FreeBSD-src-4fe66e591478b302035524f1562af66d976a9c3d.tar.gz
Declare the documented (modulo a spelling error) interface
`void __set_ospeed(long);' in the appropriate header. The implementation still uses speed_t instead of long. This will break properly when speed_t is fixed (speed_t shall be unsigned ...).
Diffstat (limited to 'lib/libtermcap/termcap.c')
-rw-r--r--lib/libtermcap/termcap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libtermcap/termcap.c b/lib/libtermcap/termcap.c
index d8966ec..96e07e5 100644
--- a/lib/libtermcap/termcap.c
+++ b/lib/libtermcap/termcap.c
@@ -48,8 +48,6 @@ static char sccsid[] = "@(#)termcap.c 8.1 (Berkeley) 6/4/93";
#include "termcap.h"
#include "pathnames.h"
-extern void __set_ospeed(speed_t speed);
-
/*
* termcap - routines for dealing with the terminal capability data base
*
OpenPOWER on IntegriCloud