1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/games/tt/files/patch-tt.h
Kirill Ponomarev 9bab578685 This is a new port of tetris game, written almost 15 years ago,
but being very playable, highly portable, well-tested, and
still being developed!  It is specifically designed to be
played over terminal lines.  Includes quite a few game-type
options, and just overall-neat piece of software.

PR:		56743
Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru>
2003-09-24 18:14:21 +00:00

20 lines
750 B
C

--- tt.h.orig Sat Sep 13 09:20:29 2003
+++ tt.h Sat Sep 13 09:48:57 2003
@@ -20,7 +20,7 @@
|* *|
\***************************************************************************/
-#undef LOCKF /* Use lockf(3) instead of open(O_EXCL) */
+#define LOCKF /* Use lockf(3) instead of open(O_EXCL) */
/***************************************************************************\
|* *|
@@ -187,5 +187,5 @@
/*--------------------------------------------------------------------------*/
/* This is probably still the most portable way ... */
-extern int read(), close(), sleep(), unlink(), write(), getuid();
-extern void usleep();
+//extern int read(), close(), sleep(), unlink(), write(), getuid();
+//extern void usleep();