diff options
Diffstat (limited to 'games/bsdgames/files/patch-snake_snake_move.c')
-rw-r--r-- | games/bsdgames/files/patch-snake_snake_move.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/games/bsdgames/files/patch-snake_snake_move.c b/games/bsdgames/files/patch-snake_snake_move.c deleted file mode 100644 index 225ef0c151bf..000000000000 --- a/games/bsdgames/files/patch-snake_snake_move.c +++ /dev/null @@ -1,12 +0,0 @@ ---- snake/snake/move.c.orig Wed May 29 02:54:00 2002 -+++ snake/snake/move.c Sun Apr 16 21:04:37 2006 -@@ -103,6 +103,9 @@ - - #include "snake.h" - -+#define stty(_a,_b) ioctl(_a,TIOCSETP,_b) -+#define gtty(_a,_b) ioctl(_a,TIOCGETP,_b) -+ - int CMlength; - int NDlength; - int BSlength; |