Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/backgammon/backgammon don't declare ospeed; it's in <t...



details:   https://anonhg.NetBSD.org/src/rev/578e64b7ac42
branches:  trunk
changeset: 794724:578e64b7ac42
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Mar 22 23:10:36 2014 +0000

description:
don't declare ospeed; it's in <termcap.h>

diffstat:

 games/backgammon/backgammon/main.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 94fd4f78ca1b -r 578e64b7ac42 games/backgammon/backgammon/main.c
--- a/games/backgammon/backgammon/main.c        Sat Mar 22 22:58:56 2014 +0000
+++ b/games/backgammon/backgammon/main.c        Sat Mar 22 23:10:36 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.31 2012/10/13 19:25:22 dholland Exp $       */
+/*     $NetBSD: main.c,v 1.32 2014/03/22 23:10:36 dholland Exp $       */
 
 /*
  * Copyright (c) 1980, 1993
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)main.c     8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: main.c,v 1.31 2012/10/13 19:25:22 dholland Exp $");
+__RCSID("$NetBSD: main.c,v 1.32 2014/03/22 23:10:36 dholland Exp $");
 #endif
 #endif                         /* not lint */
 
@@ -52,7 +52,6 @@
 
 extern const char   *const instr[];            /* text of instructions */
 extern const char   *const message[];          /* update message */
-extern short ospeed;                   /* tty output speed */
 
 static const char *const helpm[] = {           /* help message */
        "Enter a space or newline to roll, or",



Home | Main Index | Thread Index | Old Index