From e0b4b2e87c96803d2d4d74cad54f16eb1d15a8d9 Mon Sep 17 00:00:00 2001 From: dholland Date: Wed, 12 Aug 2009 05:17:57 +0000 Subject: sprinkle static --- battlestar/command6.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'battlestar/command6.c') diff --git a/battlestar/command6.c b/battlestar/command6.c index ef324c84..be46f0a7 100644 --- a/battlestar/command6.c +++ b/battlestar/command6.c @@ -1,4 +1,4 @@ -/* $NetBSD: command6.c,v 1.4 2007/12/15 19:44:39 perry Exp $ */ +/* $NetBSD: command6.c,v 1.5 2009/08/12 05:20:38 dholland Exp $ */ /* * Copyright (c) 1983, 1993 @@ -34,13 +34,15 @@ #if 0 static char sccsid[] = "@(#)com6.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: command6.c,v 1.4 2007/12/15 19:44:39 perry Exp $"); +__RCSID("$NetBSD: command6.c,v 1.5 2009/08/12 05:20:38 dholland Exp $"); #endif #endif /* not lint */ #include "extern.h" #include "pathnames.h" +static void post(int); + int launch(void) { @@ -114,7 +116,7 @@ open_score_file(void) exit(1); } -void +static void post(int ch) { time_t tv; -- cgit v1.2.3