summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/sparc/sparc/machdep.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/sparc/sparc/machdep.c b/sys/arch/sparc/sparc/machdep.c
index 12d5111cc35..c85b92b58d1 100644
--- a/sys/arch/sparc/sparc/machdep.c
+++ b/sys/arch/sparc/sparc/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.49 2000/05/18 13:31:12 jason Exp $ */
+/* $OpenBSD: machdep.c,v 1.50 2000/06/23 00:55:55 fgsch Exp $ */
/* $NetBSD: machdep.c,v 1.85 1997/09/12 08:55:02 pk Exp $ */
/*
@@ -546,8 +546,9 @@ cpu_sysctl(name, namelen, oldp, oldlenp, newp, newlen, p)
struct proc *p;
{
#if (NAUXREG > 0) || (NLED > 0)
- int ret, oldval;
+ int oldval;
#endif
+ int ret;
/* all sysctl names are this level are terminal */
if (namelen != 1)