Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2002 01:37:20 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/games/backgammon/teachgammon teach.c
Message-ID:  <200202020937.g129bKf54988@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/02/02 01:37:20 PST

  Modified files:
    games/backgammon/teachgammon teach.c 
  Log:
  Don't declare the library variable `ospeed' without even getting its
  type correct.  Include <termcap.h> to get its declaration.  Our
  initialization of it is still dubious, but it agrees with ncurses'
  documentation of it (none) and with ncurses' recently fixed internals
  for it (old speeds from <sys/ttydev.h>) and with the 4.4Lite
  documentation for it.
  
  Revision  Changes    Path
  1.13      +1 -2      src/games/backgammon/teachgammon/teach.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202020937.g129bKf54988>