11 lines
373 B
Text
11 lines
373 B
Text
--- include/termcap.h.orig Fri Mar 20 19:25:57 2015
|
|
+++ include/termcap.h Fri Mar 20 19:26:11 2015
|
|
@@ -43,7 +43,7 @@ extern struct tc_lcl_data { /* defined and set up in
|
|
#define UE tc_lcl_data.tc_UE
|
|
#define ul_hack tc_lcl_data.tc_ul_hack
|
|
|
|
-extern short ospeed; /* set up in termcap.c */
|
|
+extern int ospeed; /* set up in termcap.c */
|
|
|
|
#ifdef TEXTCOLOR
|
|
# ifdef TOS
|