Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2002 01:32:09 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/games/backgammon/backgammon main.c
Message-ID:  <200202020932.g129W9C54332@freefall.freebsd.org>

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

  Modified files:
    games/backgammon/backgammon main.c 
  Log:
  Don't declare our own common version of 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.14      +1 -1      src/games/backgammon/backgammon/main.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?200202020932.g129W9C54332>