diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-11-19 10:43:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-11-19 10:43:57 +0000 |
commit | f982be45e81588a27383cd1a3eb12789b8498904 (patch) | |
tree | 07be283d015b2c39f95e655cb7328ff355bc47fa /games/bsdgames/files/patch-snake_snake_snake.h | |
parent | - Fix modes of the temp directory [1] (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_4_0'.release/6.4.0
Notes
Notes:
svn path=/head/; revision=223035
svn path=/tags/RELEASE_6_4_0/; revision=223036; tag=release/6.4.0
Diffstat (limited to 'games/bsdgames/files/patch-snake_snake_snake.h')
-rw-r--r-- | games/bsdgames/files/patch-snake_snake_snake.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/games/bsdgames/files/patch-snake_snake_snake.h b/games/bsdgames/files/patch-snake_snake_snake.h deleted file mode 100644 index a89166ac21f3..000000000000 --- a/games/bsdgames/files/patch-snake_snake_snake.h +++ /dev/null @@ -1,25 +0,0 @@ -Index: snake/snake/snake.h -@@ -38,10 +38,13 @@ - # include <stdio.h> - # include <assert.h> - # include <sys/types.h> --# include <sgtty.h> -+# include <termios.h> - # include <signal.h> - # include <math.h> - -+#define gtty(_a,_b) tcgetattr(_a,_b) -+#define stty(_a,_b) tcsetattr(_a,TCSANOW,_b) -+ - #define ESC '\033' - - struct tbuffer { -@@ -72,7 +75,7 @@ - int col, line; - }; - struct point cursor; --struct sgttyb orig, new; -+struct termios orig, new; - #ifdef TIOCLGET - struct ltchars olttyc, nlttyc; - #endif |