summaryrefslogtreecommitdiffstats
path: root/games/freebsd-games/files/patch-snake_snake_move.c
blob: 225ef0c151bf10cb4016a100daa1be82f568d01a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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;
OpenPOWER on IntegriCloud