summaryrefslogtreecommitdiffstats
path: root/games/battlestar/getcom.c
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-04-19 03:59:02 +0000
committersteve <steve@FreeBSD.org>1999-04-19 03:59:02 +0000
commitd59a3ca336bac3dac6ad8918ff6cb28fcbbba718 (patch)
treec2b57d23128f242645f8e3e16274a587229383ec /games/battlestar/getcom.c
parent390eb1b3d201760a5e8b76e2431c1f667648718f (diff)
downloadFreeBSD-src-d59a3ca336bac3dac6ad8918ff6cb28fcbbba718.zip
FreeBSD-src-d59a3ca336bac3dac6ad8918ff6cb28fcbbba718.tar.gz
Merge a bunch of cleanups from NetBSD.
PR: 8083 Submitted by: Stephen J. Roznowski <sjr@home.net> Obtained from: a whole slew of NetBSD PRs
Diffstat (limited to 'games/battlestar/getcom.c')
-rw-r--r--games/battlestar/getcom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/battlestar/getcom.c b/games/battlestar/getcom.c
index d441921..2ec0feb 100644
--- a/games/battlestar/getcom.c
+++ b/games/battlestar/getcom.c
@@ -42,7 +42,7 @@ char *
getcom(buf, size, prompt, error)
char *buf;
int size;
- char *prompt, *error;
+ const char *prompt, *error;
{
for (;;) {
fputs(prompt, stdout);
OpenPOWER on IntegriCloud