From a3bdf7a34c1b5a52e90414ab21076b2ee01272c1 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 3 Feb 1998 21:41:12 +0000 Subject: [PATCH] Fixed staticization. --- sys/kern/imgact_aout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/kern/imgact_aout.c b/sys/kern/imgact_aout.c index a9e143f30998..f3f890ed7966 100644 --- a/sys/kern/imgact_aout.c +++ b/sys/kern/imgact_aout.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: imgact_aout.c,v 1.37 1998/01/06 05:15:25 dyson Exp $ + * $Id: imgact_aout.c,v 1.38 1998/01/11 21:35:30 dyson Exp $ */ #include @@ -49,7 +49,7 @@ static int exec_aout_imgact __P((struct image_params *imgp)); -int +static int exec_aout_imgact(imgp) struct image_params *imgp; {