1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/games/freebsd-games/files/patch-backgammon_teachgammon_teach.c
Sam Lawrance 1478838482 Patch so freebsd-games no longer needs to link against libcompat. It still
requires the old sgtty headers, though.

PR:		ports/68260 (based on)
Submitted by:	Stephen J. Roznowski <sjr@comcast.net>
2006-04-16 12:01:03 +00:00

12 lines
299 B
C

--- backgammon/teachgammon/teach.c.orig Sat Feb 2 20:37:20 2002
+++ backgammon/teachgammon/teach.c Sun Apr 16 21:22:11 2006
@@ -52,6 +52,8 @@
#include <signal.h>
#include "back.h"
+#define gtty(_a,_b) ioctl(_a,TIOCGETP,_b)
+
extern char *hello[];
extern char *list[];
extern char *intro1[];