summaryrefslogtreecommitdiffstats
path: root/backgammon/teachgammon
diff options
context:
space:
mode:
authortron <tron@NetBSD.org>1999-08-14 16:29:22 +0000
committertron <tron@NetBSD.org>1999-08-14 16:29:22 +0000
commit0619aa20935382a01e10ff86b53db88267b55364 (patch)
tree2840ce11ffeb6f5eea60efda3228d60eb86816f0 /backgammon/teachgammon
parent5e93f58c61f29fc79f65d48052d2de223db7bf65 (diff)
downloadbsdgames-darwin-0619aa20935382a01e10ff86b53db88267b55364.tar.gz
bsdgames-darwin-0619aa20935382a01e10ff86b53db88267b55364.tar.zst
bsdgames-darwin-0619aa20935382a01e10ff86b53db88267b55364.zip
Adapt to change of "termcap.h".
Diffstat (limited to 'backgammon/teachgammon')
-rw-r--r--backgammon/teachgammon/teach.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/backgammon/teachgammon/teach.c b/backgammon/teachgammon/teach.c
index b0130d26..28e613fc 100644
--- a/backgammon/teachgammon/teach.c
+++ b/backgammon/teachgammon/teach.c
@@ -1,4 +1,4 @@
-/* $NetBSD: teach.c,v 1.9 1999/07/19 00:34:00 hubertf Exp $ */
+/* $NetBSD: teach.c,v 1.10 1999/08/14 16:29:23 tron Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -43,14 +43,14 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
#if 0
static char sccsid[] = "@(#)teach.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: teach.c,v 1.9 1999/07/19 00:34:00 hubertf Exp $");
+__RCSID("$NetBSD: teach.c,v 1.10 1999/08/14 16:29:23 tron Exp $");
#endif
#endif /* not lint */
#include "back.h"
#include "tutor.h"
-extern speed_t ospeed; /* tty output speed for termlib */
+extern short ospeed; /* tty output speed for termlib */
const char *const helpm[] = {
"\nEnter a space or newline to roll, or",