diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-10 15:55:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-10 15:55:24 +0000 |
commit | 325b2656f1effa5acc167066810de314b578d0fd (patch) | |
tree | 6317f1ff3d2dfef052c90dd1e19c595a3a01ba86 /sys/arch | |
parent | 35f16670ee46fe51e23fb0996afc59ae7897bc85 (diff) |
ansi
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/vax/vax/findcpu.c | 4 |
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; |