Ignore OSPEED/ospeed in termcap. Nothing current should need this.
[mmh] / uip / termsbr.c
index b620e2c..e1ea5f8 100644 (file)
 # define TXTSIZ BUFSIZ
 #endif
 
-/*
-** These variables are sometimes defined in,
-** and needed by the termcap library.
-*/
-#ifdef HAVE_OSPEED
-# ifdef MUST_DEFINE_OSPEED
-extern short ospeed;
-extern char PC;
-# endif
-#else
-short ospeed;
-char PC;
-#endif
-
 static long speedcode;
 
 static int initCO = 0;