aboutsummaryrefslogtreecommitdiff
path: root/games/bsdgames/files/patch-snake_snake_snake.c
blob: a59d7e434f7b4386d4d938bbce542035784b19c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- snake/snake/snake.c.orig	Tue Nov 11 10:47:06 2003
+++ snake/snake/snake.c	Sun Apr 16 21:04:54 2006
@@ -68,6 +68,8 @@
 #include "snake.h"
 #include "pathnames.h"
 
+#define stty(_a,_b) ioctl(_a,TIOCSETP,_b)
+
 #define PENALTY  10	/* % penalty for invoking spacewarp	*/
 
 #define EOT	'\004'