DragonFly commits List (threaded) for 2009-09
DragonFly BSD
DragonFly commits List (threaded) for 2009-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: backgammon(6)/hack(6)/larn(6): replace sgtty with termios


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 12 Sep 2009 08:37:48 -0700 (PDT)

commit a579280ade25ef68ce67cd8432a625d6bce8d3bb
Author: Sascha Wildner <saw@online.de>
Date:   Sat Sep 12 17:37:36 2009 +0200

    backgammon(6)/hack(6)/larn(6): replace sgtty with termios
    
    Courtesy of FreeBSD ports.
    
    Also does some additional cleanup.
    
    Submitted-by:   Ulrich Spoerlein <uqs@spoerlein.net>
    Dragonfly-bugs: <http://bugs.dragonflybsd.org/issue1491>
                    <http://bugs.dragonflybsd.org/issue1492>
                    <http://bugs.dragonflybsd.org/issue1493>

Summary of changes:
 games/backgammon/backgammon/Makefile   |    2 +-
 games/backgammon/backgammon/main.c     |   22 ++++----
 games/backgammon/common_source/back.h  |    4 +-
 games/backgammon/common_source/save.c  |    2 +-
 games/backgammon/common_source/subs.c  |    5 +-
 games/backgammon/common_source/table.c |    8 ++--
 games/backgammon/teachgammon/Makefile  |    2 +-
 games/backgammon/teachgammon/teach.c   |   19 +++----
 games/hack/config.h                    |   17 ------
 games/hack/hack.h                      |    3 +-
 games/hack/hack.ioctl.c                |   24 ++-------
 games/hack/hack.pager.c                |    5 --
 games/hack/hack.termcap.c              |    3 +-
 games/hack/hack.tty.c                  |   87 +++++++------------------------
 games/larn/Makefile                    |   12 +----
 games/larn/io.c                        |   54 +++++++------------
 games/larn/signal.c                    |   34 ++-----------
 17 files changed, 86 insertions(+), 217 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a579280ade25ef68ce67cd8432a625d6bce8d3bb


-- 
DragonFly BSD source repository



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