summaryrefslogtreecommitdiffstats
path: root/trek/win.c
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2001-02-05 01:12:46 +0000
committerchristos <christos@NetBSD.org>2001-02-05 01:12:46 +0000
commit6306fb5e9b7b48c99ea0c28b2fc1bdc93762b2ea (patch)
treec208e22e450cb3b00f17fe1f74c59df345bdf656 /trek/win.c
parent3c786d433a6b285c1afa50b8c0ca339c4e861c69 (diff)
downloadbsdgames-darwin-6306fb5e9b7b48c99ea0c28b2fc1bdc93762b2ea.tar.gz
bsdgames-darwin-6306fb5e9b7b48c99ea0c28b2fc1bdc93762b2ea.tar.zst
bsdgames-darwin-6306fb5e9b7b48c99ea0c28b2fc1bdc93762b2ea.zip
fix redundant decls and nested externs
Diffstat (limited to 'trek/win.c')
-rw-r--r--trek/win.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/trek/win.c b/trek/win.c
index af12d5a5..5b7c8f24 100644
--- a/trek/win.c
+++ b/trek/win.c
@@ -1,4 +1,4 @@
-/* $NetBSD: win.c,v 1.5 1999/07/21 13:19:11 hubertf Exp $ */
+/* $NetBSD: win.c,v 1.6 2001/02/05 01:12:46 christos Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)win.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: win.c,v 1.5 1999/07/21 13:19:11 hubertf Exp $");
+__RCSID("$NetBSD: win.c,v 1.6 2001/02/05 01:12:46 christos Exp $");
#endif
#endif /* not lint */
@@ -61,12 +61,13 @@ __RCSID("$NetBSD: win.c,v 1.5 1999/07/21 13:19:11 hubertf Exp $");
** pretty off the wall.
*/
+extern jmp_buf env;
+
void
win()
{
long s;
const struct cvntab *p = NULL;
- extern jmp_buf env;
sleep(1);
printf("\nCongratulations, you have saved the Federation\n");