Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/vax make the declaration of findcpu() ansi. (e....
details: https://anonhg.NetBSD.org/src/rev/46003f88d50e
branches: trunk
changeset: 486449:46003f88d50e
user: matt <matt%NetBSD.org@localhost>
date: Mon May 22 15:41:31 2000 +0000
description:
make the declaration of findcpu() ansi. (e.g add void to it).
diffstat:
sys/arch/vax/vax/findcpu.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a596788ce790 -r 46003f88d50e sys/arch/vax/vax/findcpu.c
--- a/sys/arch/vax/vax/findcpu.c Mon May 22 15:40:06 2000 +0000
+++ b/sys/arch/vax/vax/findcpu.c Mon May 22 15:41:31 2000 +0000
@@ -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 @@
* Try to figure out which type of system this is.
*/
void
-findcpu()
+findcpu(void)
{
vax_cpudata = mfpr(PR_SID);
vax_cputype = vax_cpudata >> 24;
Home |
Main Index |
Thread Index |
Old Index