From f0065b1a61808eefbaa23abb8bcc3d0e94bb999d Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 27 Jul 1998 06:05:55 +0000 Subject: [PATCH] don't provide a static splx prototype if SPLDEBUG. avoids warnings... --- sys/arch/sparc64/include/psl.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/sparc64/include/psl.h b/sys/arch/sparc64/include/psl.h index 966857ceea73..2b334fae2ca8 100644 --- a/sys/arch/sparc64/include/psl.h +++ b/sys/arch/sparc64/include/psl.h @@ -1,4 +1,4 @@ -/* $NetBSD: psl.h,v 1.1.1.1 1998/06/20 04:58:52 eeh Exp $ */ +/* $NetBSD: psl.h,v 1.2 1998/07/27 06:05:55 mrg Exp $ */ /* * Copyright (c) 1992, 1993 @@ -232,7 +232,9 @@ static __inline int getpstate __P((void)); static __inline void setpstate __P((int)); static __inline int getcwp __P((void)); static __inline void setcwp __P((int)); +#ifndef SPLDEBUG static __inline void splx __P((int)); +#endif static __inline u_int64_t getver __P((void)); /*