summaryrefslogtreecommitdiffstats
path: root/sail/dr_main.c
diff options
context:
space:
mode:
authorjwise <jwise@NetBSD.org>2001-01-04 01:53:24 +0000
committerjwise <jwise@NetBSD.org>2001-01-04 01:53:24 +0000
commitd7be70527bfff340ccf3fef43add3188d54d7eae (patch)
tree69f1c4a865aa8176ded722b9921e53476767b220 /sail/dr_main.c
parent0eb576600d73fa407f92dca881df9fc0b68864fd (diff)
downloadbsdgames-darwin-d7be70527bfff340ccf3fef43add3188d54d7eae.tar.gz
bsdgames-darwin-d7be70527bfff340ccf3fef43add3188d54d7eae.tar.zst
bsdgames-darwin-d7be70527bfff340ccf3fef43add3188d54d7eae.zip
First half of static-ization of local funcs.
Diffstat (limited to 'sail/dr_main.c')
-rw-r--r--sail/dr_main.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sail/dr_main.c b/sail/dr_main.c
index 4e7778c9..0b7db8b4 100644
--- a/sail/dr_main.c
+++ b/sail/dr_main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: dr_main.c,v 1.7 2001/01/01 21:57:38 jwise Exp $ */
+/* $NetBSD: dr_main.c,v 1.8 2001/01/04 01:53:24 jwise Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)dr_main.c 8.2 (Berkeley) 4/16/94";
#else
-__RCSID("$NetBSD: dr_main.c,v 1.7 2001/01/01 21:57:38 jwise Exp $");
+__RCSID("$NetBSD: dr_main.c,v 1.8 2001/01/04 01:53:24 jwise Exp $");
#endif
#endif /* not lint */
@@ -46,6 +46,8 @@ __RCSID("$NetBSD: dr_main.c,v 1.7 2001/01/01 21:57:38 jwise Exp $");
#include <stdlib.h>
#include <unistd.h>
+int dr_main(void);
+
int
dr_main(void)
{