summaryrefslogtreecommitdiffstats
path: root/gnu/games/chess/Xchess/std.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/games/chess/Xchess/std.c')
-rw-r--r--gnu/games/chess/Xchess/std.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/games/chess/Xchess/std.c b/gnu/games/chess/Xchess/std.c
index c839b91..cba72a7 100644
--- a/gnu/games/chess/Xchess/std.c
+++ b/gnu/games/chess/Xchess/std.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 $ on $Date: 86/11/01 17:08:40 $
- * $Source: /users/faustus/xchess/RCS/std.c,v $
+/* RCS Info: $Revision: 1.1.1.1 $ on $Date: 1993/06/12 14:41:07 $
+ * $Source: /a/cvs/386BSD/src/gnu/chess/Xchess/std.c,v $
* Copyright (c) 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
*
* Utility routines.
@@ -344,7 +344,9 @@ fatal(s, args)
char *s;
{
fputs("Internal Error: ", stderr);
+#ifndef __386BSD__
_doprnt(s, &args, stderr);
+#endif
putc('\n', stderr);
kill(getpid(), SIGIOT);
OpenPOWER on IntegriCloud