From 09d6519a0f3503c393ef145036d477c946817edd Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 22 May 2000 15:41:31 +0000 Subject: [PATCH] make the declaration of findcpu() ansi. (e.g add void to it). --- sys/arch/vax/vax/findcpu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/vax/vax/findcpu.c b/sys/arch/vax/vax/findcpu.c index ea3cd78198f6..bd3fd3ada1c3 100644 --- a/sys/arch/vax/vax/findcpu.c +++ b/sys/arch/vax/vax/findcpu.c @@ -1,4 +1,4 @@ -/* $NetBSD: findcpu.c,v 1.7 2000/05/08 17:53:24 ragge Exp $ */ +/* $NetBSD: findcpu.c,v 1.8 2000/05/22 15:41:31 matt Exp $ */ /* * Copyright (c) 1994, 1998 Ludd, University of Lule}, Sweden. * All rights reserved. @@ -56,7 +56,7 @@ int vax_confdata; /* machine dependend, configuration/setup data */ * Try to figure out which type of system this is. */ void -findcpu() +findcpu(void) { vax_cpudata = mfpr(PR_SID); vax_cputype = vax_cpudata >> 24;