summaryrefslogtreecommitdiffstats
path: root/gnu/games/chess/Xchess/program.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/games/chess/Xchess/program.c')
-rw-r--r--gnu/games/chess/Xchess/program.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/games/chess/Xchess/program.c b/gnu/games/chess/Xchess/program.c
index 59df70c..c1ec0ac 100644
--- a/gnu/games/chess/Xchess/program.c
+++ b/gnu/games/chess/Xchess/program.c
@@ -20,8 +20,8 @@ file named COPYING. Among other things, the copyright notice
and this notice must be preserved on all copies. */
-/* RCS Info: $Revision: 1.1.1.1 $ on $Date: 1993/06/12 14:41:13 $
- * $Source: /a/cvs/386BSD/src/gnu/chess/Xchess/program.c,v $
+/* RCS Info: $Revision: 1.2 $ on $Date: 1994/01/07 11:10:40 $
+ * $Source: /home/ncvs/src/gnu/games/chess/Xchess/program.c,v $
* Copyright (c) 1986 Wayne A. Christopher, U. C. Berkeley CAD Group
* Permission is granted to do anything with this code except sell it
* or remove this message.
@@ -144,7 +144,7 @@ program_get()
/* Do a poll... */
-#ifdef __386BSD__
+#ifdef __FreeBSD__
if (!(i = select(32, &rfd, &wfd, &xfd, &notime))) {
#else
if (!(i = select(32, &rfd, &wfd, &xfd, &notime)) &&
OpenPOWER on IntegriCloud