aboutsummaryrefslogtreecommitdiff
path: root/games/bsdgames/files/patch-backgammon_common__source_subs.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/bsdgames/files/patch-backgammon_common__source_subs.c')
-rw-r--r--games/bsdgames/files/patch-backgammon_common__source_subs.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/games/bsdgames/files/patch-backgammon_common__source_subs.c b/games/bsdgames/files/patch-backgammon_common__source_subs.c
deleted file mode 100644
index 646faa72d625..000000000000
--- a/games/bsdgames/files/patch-backgammon_common__source_subs.c
+++ /dev/null
@@ -1,10 +0,0 @@
-Index: backgammon/common_source/subs.c
-@@ -420,7 +418,7 @@
- if (tflag)
- newpos();
- buflush();
-- tty.sg_flags = mode;
-+ tty.c_lflag = mode;
- if (stty (0,&tty) < 0)
- errexit("fixtty");
- }