看板 DFBSD_commit 關於我們 聯絡資訊
commit 5f206b3417ebd431772b43dad838fcdfae00f1f1 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Mon Sep 14 14:05:02 2009 -0700 games - atc - replace sgtty with termios, remove #ifdef madness, fix warnings. Submitted-by: Ulrich Spoerlein <uqs@spoerlein.net> Summary of changes: games/atc/Makefile | 6 +++--- games/atc/extern.c | 2 +- games/atc/extern.h | 2 +- games/atc/graphics.c | 36 ++++++------------------------------ games/atc/include.h | 43 +++++++++++-------------------------------- games/atc/input.c | 35 +++++------------------------------ games/atc/log.c | 29 ++++------------------------- games/atc/main.c | 35 +++-------------------------------- games/atc/update.c | 11 ----------- 9 files changed, 34 insertions(+), 165 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5f206b3417ebd431772b43dad838fcdfae00f1f1 -- DragonFly BSD source repository