From 1cc17b343a7993419972b99497edc20951d60ca7 Mon Sep 17 00:00:00 2001 From: kloczek Date: Mon, 11 Sep 2000 05:28:16 +0000 Subject: [PATCH] - adapted RH speed_t patch. Changed files: vim-speed_t.patch -> 1.1 --- vim-speed_t.patch | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 vim-speed_t.patch diff --git a/vim-speed_t.patch b/vim-speed_t.patch new file mode 100644 index 0000000..a548fe8 --- /dev/null +++ b/vim-speed_t.patch @@ -0,0 +1,26 @@ +--- vim-4.2/src/term.c.sopwith Sun Jun 16 14:02:56 1996 ++++ vim-4.2/src/term.c Sun Jul 7 19:37:05 1996 +@@ -30,7 +30,8 @@ + + #ifdef HAVE_TGETENT + # ifdef HAVE_TERMCAP_H +-# include ++#include ++#include + # endif + + /* +@@ -96,9 +97,11 @@ + */ + # ifndef HAVE_OSPEED + # ifdef OSPEED_EXTERN +-extern short ospeed; ++/* extern short ospeed; */ ++extern speed_t ospeed; + # else +-short ospeed; ++/* short ospeed; */ ++speed_t ospeed; + # endif + # endif + # ifndef HAVE_UP_BC_PC -- 2.44.0