summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/vax/vax/findcpu.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/vax/vax/findcpu.c b/sys/arch/vax/vax/findcpu.c
index 7845ac6f5a5..abaa0e398f9 100644
--- a/sys/arch/vax/vax/findcpu.c
+++ b/sys/arch/vax/vax/findcpu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: findcpu.c,v 1.9 2003/08/10 15:55:23 deraadt Exp $ */
+/* $OpenBSD: findcpu.c,v 1.10 2003/08/15 23:16:11 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.
@@ -53,6 +53,8 @@ int vax_cpudata = 0; /* contents of the SID register */
int vax_siedata = 0; /* contents of the SIE register */
int vax_confdata; /* machine dependend, configuration/setup data */
+void findcpu(void);
+
/*
* Try to figure out which type of system this is.
*/