From d23ba575570676b3ecb3e389ca6d6560d25136bf Mon Sep 17 00:00:00 2001 From: le Date: Fri, 5 Mar 2004 09:19:59 +0000 Subject: Fix syntax errors and wrong function prototypes in several MD header files when using non-GNUC compilers. PR: kern/58515 Submitted by: Stefan Farfeleder Approved by: grog (mentor), obrien --- sys/alpha/include/critical.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/alpha') diff --git a/sys/alpha/include/critical.h b/sys/alpha/include/critical.h index e50e1bd..88d68e1 100644 --- a/sys/alpha/include/critical.h +++ b/sys/alpha/include/critical.h @@ -81,8 +81,8 @@ cpu_critical_exit(void) #else /* !__GNUC__ */ -void cpu_critical_enter(void) -void cpu_critical_exit(void) +void cpu_critical_enter(void); +void cpu_critical_exit(void); #endif /* __GNUC__ */ -- cgit v1.1