summaryrefslogtreecommitdiff
path: root/sys/arch/vax
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax')
-rw-r--r--sys/arch/vax/vax/findcpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/vax/findcpu.c b/sys/arch/vax/vax/findcpu.c
index bdf979cdeef..7845ac6f5a5 100644
--- a/sys/arch/vax/vax/findcpu.c
+++ b/sys/arch/vax/vax/findcpu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: findcpu.c,v 1.8 2002/01/31 11:42:51 hugh Exp $ */
+/* $OpenBSD: findcpu.c,v 1.9 2003/08/10 15:55:23 deraadt Exp $ */
/* $NetBSD: findcpu.c,v 1.5 1999/08/23 19:10:43 ragge Exp $ */
/*
* Copyright (c) 1994, 1998 Ludd, University of Lule}, Sweden.
@@ -57,7 +57,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;