summaryrefslogtreecommitdiffstats
path: root/backgammon
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>1998-03-29 04:46:40 +0000
committermrg <mrg@NetBSD.org>1998-03-29 04:46:40 +0000
commit8e21e59afd48c51275d64af20b908bd4bc37c05f (patch)
treee1d87c78131d39b12aca33c841a9f00d8bd43473 /backgammon
parent2a06f0730749324807e34b9c81fd48a5e495bb74 (diff)
downloadbsdgames-darwin-8e21e59afd48c51275d64af20b908bd4bc37c05f.tar.gz
bsdgames-darwin-8e21e59afd48c51275d64af20b908bd4bc37c05f.tar.zst
bsdgames-darwin-8e21e59afd48c51275d64af20b908bd4bc37c05f.zip
- really make extern char's extern.
Diffstat (limited to 'backgammon')
-rw-r--r--backgammon/backgammon/main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/backgammon/backgammon/main.c b/backgammon/backgammon/main.c
index f58ccaf6..5cdb95e5 100644
--- a/backgammon/backgammon/main.c
+++ b/backgammon/backgammon/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.5 1997/10/10 08:59:37 lukem Exp $ */
+/* $NetBSD: main.c,v 1.6 1998/03/29 04:46:40 mrg Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
#if 0
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: main.c,v 1.5 1997/10/10 08:59:37 lukem Exp $");
+__RCSID("$NetBSD: main.c,v 1.6 1998/03/29 04:46:40 mrg Exp $");
#endif
#endif /* not lint */
@@ -53,8 +53,8 @@ __RCSID("$NetBSD: main.c,v 1.5 1997/10/10 08:59:37 lukem Exp $");
#define MVPAUSE 5 /* time to sleep when stuck */
#define MAXUSERS 35 /* maximum number of users */
-char *instr[]; /* text of instructions */
-char *message[]; /* update message */
+extern char *instr[]; /* text of instructions */
+extern char *message[]; /* update message */
speed_t ospeed; /* tty output speed */
char *helpm[] = { /* help message */