mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
9bab578685
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>
20 lines
750 B
C
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();
|