freebsd-ports/games/xmille/files/patch-misc.c
Martin Wilke 300d2b5267 - Fix build with gcc 4.2
- Unbreak

PR:		113773
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-06-20 14:11:09 +00:00

11 lines
229 B
C

--- misc.c.orig Wed Jul 8 11:33:04 1987
+++ misc.c Fri Jun 15 02:20:34 2007
@@ -2,7 +2,7 @@
# ifdef attron
# include <term.h>
# define _tty cur_term->Nttyb
-# endif attron
+# endif
/*
* @(#)misc.c 1.3 (Berkeley) 7/2/83