--- ./backgammon/backgammon/main.c.orig Sun May 28 19:48:54 2000 +++ ./backgammon/backgammon/main.c Sun May 28 19:49:24 2000 @@ -57,7 +57,7 @@ extern const char *const instr[]; /* text of instructions */ extern const char *const message[]; /* update message */ #ifndef NCURSES_VERSION -short ospeed; /* tty output speed */ +speed_t ospeed; /* tty output speed */ #endif const char *const helpm[] = { /* help message */ --- ./backgammon/teachgammon/teach.c.orig Sun May 28 19:49:34 2000 +++ ./backgammon/teachgammon/teach.c Sun May 28 19:49:51 2000 @@ -51,7 +51,7 @@ #include "tutor.h" #ifndef NCURSES_VERSION -extern short ospeed; /* tty output speed for termlib */ +extern speed_t ospeed; /* tty output speed for termlib */ #endif const char *const helpm[] = {